delete 企标判断

This commit is contained in:
liao
2023-11-02 16:27:53 +08:00
parent a5dd831d99
commit 7be689406c
@@ -758,7 +758,9 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
lawsNodeRelationService.addRelation(standardSystem, standardNumber, id);
// 企标授权部门处理
esAuthUserService.resetAuthDept(id, parameterMap.get(FieldCommon.AUTH_DEPT).toString());
if (TableNameEnum.ENTERPRISE_STANDARDS.getValue().equals(module)) {
esAuthUserService.resetAuthDept(id, parameterMap.get(FieldCommon.AUTH_DEPT).toString());
}
return MessageUtils.getMessage(ResultCommon.OK);
}