fix(REQ-2774): 权限操作日志记录操作人角色和表名

This commit is contained in:
李昆鹏 2024-07-25 13:15:49 +08:00
parent 29aa3f6fb1
commit 37f5536b7e

View File

@ -269,7 +269,7 @@ public class FeatureResourceSyncServiceImpl implements FeatureResourceSyncServic
.build();
if (CollectionUtils.isEmpty(roleCodes)) {
return null;
return logResourceBindRoleDO;
}
// List<String> existRoleCodes = getFeatureResourceRoleCodeMap(Lists.newArrayList(featureResource.getId()))