|  |  | @ -109,6 +109,7 @@ public class IcCustomerReportServiceImpl extends BaseServiceImpl<IcCustomerRepor | 
			
		
	
		
			
				
					|  |  |  |         reportResDTO.setReportId(formDTO.getReportId()); | 
			
		
	
		
			
				
					|  |  |  |         String key = formDTO.getCustomerId().concat(StrConstant.COLON).concat(formDTO.getReportId()).concat(StrConstant.COLON).concat(formDTO.getCategoryKey()).concat(StrConstant.COLON).concat(formDTO.getStaffId()); | 
			
		
	
		
			
				
					|  |  |  |         redisUtils.hMSet(key, formDTO.getParamMap(), RedisUtils.DEFAULT_EXPIRE); | 
			
		
	
		
			
				
					|  |  |  |         reportResDTO.setParamKey(key); | 
			
		
	
		
			
				
					|  |  |  |         return reportResDTO; | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |