|  |  | @ -120,7 +120,7 @@ public class UdiInfoExportLogController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         UdiInfoExportLogEntity udiInfoExportLogEntity = new UdiInfoExportLogEntity(); |  |  |  |         UdiInfoExportLogEntity udiInfoExportLogEntity = new UdiInfoExportLogEntity(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         udiInfoExportLogEntity.setStatus(BasicProcessStatus.UDIINFO_IMPORT_PROCESS); |  |  |  |         udiInfoExportLogEntity.setStatus(BasicProcessStatus.UDIINFO_IMPORT_PROCESS); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String genKey = CustomUtil.getId(); |  |  |  |         String genKey = CustomUtil.getId(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String fileName = "D:\\udiwms\\exportFile\\" + "医疗器械信息导出" + genKey + ".json"; |  |  |  |         String fileName = "D:\\udiwms\\exportFile\\" + "医疗器械信息导出" + genKey + ".udi"; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         udiInfoExportLogEntity.setGenKey(genKey); |  |  |  |         udiInfoExportLogEntity.setGenKey(genKey); | 
			
		
	
		
		
			
				
					
					|  |  |  |         udiInfoExportLogEntity.setFilePath(fileName); |  |  |  |         udiInfoExportLogEntity.setFilePath(fileName); | 
			
		
	
		
		
			
				
					
					|  |  |  |         udiInfoExportLogEntity.setUpdateTime(new Date()); |  |  |  |         udiInfoExportLogEntity.setUpdateTime(new Date()); | 
			
		
	
	
		
		
			
				
					|  |  | @ -129,7 +129,7 @@ public class UdiInfoExportLogController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         udiInfoExportLogService.insertUdiInfoExportLog(udiInfoExportLogEntity); |  |  |  |         udiInfoExportLogService.insertUdiInfoExportLog(udiInfoExportLogEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |         //basicGenExcelService.exportUdiInfo(genKey, udiInfoExportRequest);
 |  |  |  |         //basicGenExcelService.exportUdiInfo(genKey, udiInfoExportRequest);
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         basicGenJsonService.exportUdiInfoJson(genKey, udiInfoExportRequest); |  |  |  |         basicGenJsonService.exportUdiInfoJson(genKey, udiInfoExportRequest); | 
			
		
	
		
		
			
				
					
					|  |  |  |         return ResultVOUtils.success("后台正在导出生成excel文件,请稍后刷新查看!"); |  |  |  |         return ResultVOUtils.success("后台正在导出生成udi文件,请稍后刷新查看!"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |