fix: 78217
企业标准-编辑 添加授权部门,没有存上
This commit is contained in:
+4
@@ -641,6 +641,10 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
||||
if (module.equals(TableNameEnum.ENTERPRISE_STANDARDS.getValue()) && inspectContents != null) {
|
||||
this.esInspectContentSaveOrUpdate(inspectContents, id, standardNumber);
|
||||
}
|
||||
// 企标授权部门处理
|
||||
if (TableNameEnum.ENTERPRISE_STANDARDS.getValue().equals(module)) {
|
||||
esAuthUserService.resetAuthDept(id, parameterMap.get(FieldCommon.AUTH_DEPT).toString());
|
||||
}
|
||||
|
||||
return MessageUtils.getMessage(ResultCommon.OK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user