| 
						
						
							
								
							
						
						
					 | 
					@ -71,8 +71,8 @@ public class ImportTaskServiceImpl implements ImportTaskService { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public String createProcessTask(String operatorId, String bizType, String originFileName) { | 
					 | 
					 | 
					    public String createProcessTask(String operatorId, String bizType, String originFileName) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        if (existsProcessingTask(operatorId, bizType)) { | 
					 | 
					 | 
					        if (existsProcessingTask(operatorId, bizType)) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), | 
					 | 
					 | 
					            throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    "已存在执行中的导入任务,请等待执行完成。", | 
					 | 
					 | 
					                    "存在进行中的导入", | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    "已存在执行中的导入任务,请等待执行完成。"); | 
					 | 
					 | 
					                    "存在进行中的导入"); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        ImportTaskEntity importRecord = new ImportTaskEntity(); | 
					 | 
					 | 
					        ImportTaskEntity importRecord = new ImportTaskEntity(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |