bug
许鹏程
2024-08-27 91cd2a3d3d162990ad8080fed7ec5394a05366ba
src/main/java/com/product/file/controller/DocumentDirectoryController.java
@@ -97,6 +97,7 @@
         IDocumentDirectoryService service = (IDocumentDirectoryService) getProxyInstance(documentDirectoryService);
         return OK_Add(service.addDocumentDirectory(fse));
      } catch (BaseException e) {
         e.printStackTrace();
         SpringMVCContextHolder.getSystemLogger().error(e);
         return this.error(e);
      } catch (Exception e) {