REQ-2821: 添加一些日志
This commit is contained in:
parent
615e2e21e0
commit
78e9dc76a5
@ -157,7 +157,7 @@ public class SaasRoleGroupServiceImpl extends ServiceImpl<SaasRoleGroupMapper, S
|
||||
log.setSceneId(saasRoleGroup.getId() + "");
|
||||
log.setOperatorId(req.determineOperator().getPersonId());
|
||||
log.setRequestData(req);
|
||||
SaasRoleGroup updateToDateRoleGroup = saasRoleGroupDao.getById(req.getId());
|
||||
SaasRoleGroup updateToDateRoleGroup = saasRoleGroupDao.getById(saasRoleGroup.getId());
|
||||
log.setOperateData(updateToDateRoleGroup);
|
||||
saasPgroupPermissionRelationOperateLogService.save(log);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user