| 
						
						
							
								
							
						
						
					 | 
					@ -2,6 +2,7 @@ package com.epmet.service.evaluationindex.extract.dataToIndex.impl; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.alibaba.fastjson.JSON; | 
					 | 
					 | 
					import com.alibaba.fastjson.JSON; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.commons.tools.constant.NumConstant; | 
					 | 
					 | 
					import com.epmet.commons.tools.constant.NumConstant; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					import com.epmet.commons.tools.validator.ValidatorUtils; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.dto.extract.form.ExtractIndexFormDTO; | 
					 | 
					 | 
					import com.epmet.dto.extract.form.ExtractIndexFormDTO; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.service.evaluationindex.extract.dataToIndex.*; | 
					 | 
					 | 
					import com.epmet.service.evaluationindex.extract.dataToIndex.*; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.service.stats.DimCustomerService; | 
					 | 
					 | 
					import com.epmet.service.stats.DimCustomerService; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -72,6 +73,7 @@ public class IndexOriginExtractServiceImpl implements IndexOriginExtractService | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            ExtractIndexFormDTO param = new ExtractIndexFormDTO(); | 
					 | 
					 | 
					            ExtractIndexFormDTO param = new ExtractIndexFormDTO(); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            param.setCustomerId(cId); | 
					 | 
					 | 
					            param.setCustomerId(cId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            param.setMonthId(finalMonthId); | 
					 | 
					 | 
					            param.setMonthId(finalMonthId); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            ValidatorUtils.validateEntity(param, ExtractIndexFormDTO.AddUserInternalGroup.class); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            submitJob(param); | 
					 | 
					 | 
					            submitJob(param); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        }); | 
					 | 
					 | 
					        }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |