fix(REQ-2774): 权限操作日志记录操作人角色和表名
This commit is contained in:
parent
29aa3f6fb1
commit
37f5536b7e
@ -269,7 +269,7 @@ public class FeatureResourceSyncServiceImpl implements FeatureResourceSyncServic
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
if (CollectionUtils.isEmpty(roleCodes)) {
|
if (CollectionUtils.isEmpty(roleCodes)) {
|
||||||
return null;
|
return logResourceBindRoleDO;
|
||||||
}
|
}
|
||||||
|
|
||||||
// List<String> existRoleCodes = getFeatureResourceRoleCodeMap(Lists.newArrayList(featureResource.getId()))
|
// List<String> existRoleCodes = getFeatureResourceRoleCodeMap(Lists.newArrayList(featureResource.getId()))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user