|  |  | @ -156,7 +156,7 @@ public class SpsSyncDownloadController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         BaseResponse<SpsSyncBasicDataResponse> baseResponse = new BaseResponse<>(); |  |  |  |         BaseResponse<SpsSyncBasicDataResponse> baseResponse = new BaseResponse<>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         SpsSyncBasicDataResponse spsSyncBasicDataResponse = new SpsSyncBasicDataResponse(); |  |  |  |         SpsSyncBasicDataResponse spsSyncBasicDataResponse = new SpsSyncBasicDataResponse(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         BasicExportStatusEntity one = basicExportService.getOne(Wrappers.lambdaQuery(BasicExportStatusEntity.class) |  |  |  |         BasicExportStatusEntity one = basicExportService.getOne(Wrappers.lambdaQuery(BasicExportStatusEntity.class) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .eq(BasicExportStatusEntity::getType, BasicExportTypeEnum.BASIC_DATA) |  |  |  |                 .eq(BasicExportStatusEntity::getType, BasicExportTypeEnum.BASIC_DATA.getRemark()) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 .orderByDesc(BasicExportStatusEntity::getStartTime) |  |  |  |                 .orderByDesc(BasicExportStatusEntity::getStartTime) | 
			
		
	
		
		
			
				
					
					|  |  |  |                 .last("limit 1") |  |  |  |                 .last("limit 1") | 
			
		
	
		
		
			
				
					
					|  |  |  |         ); |  |  |  |         ); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |