From c78a3000cbd180a6aa8b9ee668e92d9cb2965d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Wed, 8 Feb 2023 10:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=80=97=E6=9D=90=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/controller/basic/BasicProductsExportLogController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/controller/basic/BasicProductsExportLogController.java b/src/main/java/com/glxp/api/controller/basic/BasicProductsExportLogController.java index e96430749..d4a913eb2 100644 --- a/src/main/java/com/glxp/api/controller/basic/BasicProductsExportLogController.java +++ b/src/main/java/com/glxp/api/controller/basic/BasicProductsExportLogController.java @@ -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());