lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/impl/DocInfoServiceImpl.java
@@ -159,6 +159,7 @@ } } boolean saveBool = super.save(docInfo); if (uploadRequest.getDocClassCode().equals("NC")||uploadRequest.getDocClassCode().equals("other")){ SysParams sysParams=sysParamsService.getSysPramBySettingKey("nc_dispatch_file"); if (sysParams ==null){ throw new JeecgBootException("未配置导入NC与电子图版是否触发审签流程,请联系管理员"); @@ -174,6 +175,7 @@ dispatchFileService.saveDispatchFile(dispatchFile); } } } return saveBool; }