|  |  |  | @ -310,14 +310,6 @@ public class SpsSyncDownloadController { | 
			
		
	
		
			
				
					|  |  |  |  |                 } catch (IOException e) { | 
			
		
	
		
			
				
					|  |  |  |  |                     throw new RuntimeException(e); | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  |                 // 修改任务状态
 | 
			
		
	
		
			
				
					|  |  |  |  | //                basicExportService.update(Wrappers.lambdaUpdate(BasicExportStatusEntity.class)
 | 
			
		
	
		
			
				
					|  |  |  |  | //                        .set(BasicExportStatusEntity::getStatus, BasicExportStatusEnum.COMPLETED.getCode())
 | 
			
		
	
		
			
				
					|  |  |  |  | //                        .set(BasicExportStatusEntity::getUpdateTime, new Date())
 | 
			
		
	
		
			
				
					|  |  |  |  | //                        .set(BasicExportStatusEntity::getEndTime, new Date())
 | 
			
		
	
		
			
				
					|  |  |  |  | //                        .eq(BasicExportStatusEntity::getStatus, BasicExportStatusEnum.WAIT_SYNC.getCode())
 | 
			
		
	
		
			
				
					|  |  |  |  | //                        .eq(BasicExportStatusEntity::getId, one.getId())
 | 
			
		
	
		
			
				
					|  |  |  |  | //                );
 | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |         baseResponse.setCode(ResultVOUtils.success().getCode()); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |