feat:(REQ-3282) 修改记录日志
This commit is contained in:
parent
3c12051105
commit
1f73699ac9
@ -265,10 +265,10 @@ public class SaasRoleUserRelationServiceImpl extends ServiceImpl<SaasRoleUserRel
|
||||
logApi.addLog(LogAddReq.builder()
|
||||
.scene("UPSERT_USER_ROLE")
|
||||
.level("INFO")
|
||||
.tags(Lists.newArrayList(param.getUserRoles().stream()
|
||||
.tags(param.getUserRoles().stream()
|
||||
.map(UpsertUserRoleReq.UserRoleReq::getPersonId)
|
||||
.map(String::valueOf)
|
||||
.collect(Collectors.toList())))
|
||||
.collect(Collectors.toList()))
|
||||
.message(new JSONObject()
|
||||
.fluentPut("param", param)
|
||||
.fluentPut("upsert", upsert)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user