yuxc
2024-07-31 f28acc0e219e7ee9460f4a67e448cea1431ca378
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();
      }