REQ-2821: 添加一些日志

This commit is contained in:
yanglin 2024-08-05 20:24:16 +08:00
parent 615e2e21e0
commit 78e9dc76a5

View File

@ -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);
}