ludc
2024-07-26 887824662344ef267e171dbfae2b8ef2145a61c6
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();
      }