修改耗材字典导出文件后缀

master
郑明梁 2 years ago
parent 987f6070f0
commit c78a3000cb

@ -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());

Loading…
Cancel
Save