|  |  | @ -38,7 +38,6 @@ import org.springframework.stereotype.Service; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.transaction.annotation.Transactional; | 
			
		
	
		
			
				
					|  |  |  | import org.springframework.util.CollectionUtils; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import javax.annotation.PostConstruct; | 
			
		
	
		
			
				
					|  |  |  | import java.util.List; | 
			
		
	
		
			
				
					|  |  |  | import java.util.Map; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -54,7 +53,7 @@ public class CustomerAppServiceImpl extends BaseServiceImpl<CustomerAppDao, Cust | 
			
		
	
		
			
				
					|  |  |  |     @Autowired | 
			
		
	
		
			
				
					|  |  |  |     private RedisTemplate redisTemplate; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @PostConstruct | 
			
		
	
		
			
				
					|  |  |  |     //@PostConstruct
 | 
			
		
	
		
			
				
					|  |  |  |     private void initApp2Redis() { | 
			
		
	
		
			
				
					|  |  |  |         SetOperations<String, CustomerAppRedisDTO> appSet = redisTemplate.opsForSet(); | 
			
		
	
		
			
				
					|  |  |  |         List<CustomerAppDTO> configAllApp = this.getConfigAllApp(); | 
			
		
	
	
		
			
				
					|  |  | 
 |