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) {