|
|
|
@ -119,7 +119,7 @@ public class BasicProductsExportLogController {
|
|
|
|
|
BasicProductsExportLogEntity basicProductsExportLogEntity = new BasicProductsExportLogEntity();
|
|
|
|
|
basicProductsExportLogEntity.setStatus(BasicProcessStatus.UDIINFO_IMPORT_PROCESS);
|
|
|
|
|
String genKey = CustomUtil.getId();
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "医疗器械信息导出" + genKey + ".udi";
|
|
|
|
|
String fileName = "D:\\udiwms\\exportFile\\" + "医疗器械信息导出" + genKey + ".UpperIn";
|
|
|
|
|
basicProductsExportLogEntity.setGenKey(genKey);
|
|
|
|
|
basicProductsExportLogEntity.setFilePath(fileName);
|
|
|
|
|
basicProductsExportLogEntity.setUpdateTime(new Date());
|
|
|
|
|