田源
2024-07-26 889842eb8b64a0b72c449ce23ff21e4e8c935cae
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/WebEnumController.java
@@ -270,7 +270,7 @@
            return BaseResult.fail(FrameWorkLangCodeConstant.IMPORT_FAIL, new String[]{"无导入的文件"});
         }
      }catch (Throwable e) {
         throw new VciBaseException(e.getMessage(),new String[0],e);
         throw new VciBaseException(VciBaseUtil.getExceptionMessage(e),new String[0],e);
      }finally {
         file1.delete();
      }