mirror of https://gitee.com/stylefeng/roses
【8.1.9】【log】修复一个错误的日志记录标题
parent
0ae86a813f
commit
0a30323fa6
|
@ -140,7 +140,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
|||
|
||||
// 记录日志
|
||||
BusinessLogUtil.setLogTitle("删除用户,用户账号:" + sysUser.getAccount());
|
||||
BusinessLogUtil.addContent("新增用户账号信息:", sysUser.getAccount());
|
||||
BusinessLogUtil.addContent("用户账号:", sysUser.getAccount());
|
||||
BusinessLogUtil.addContent("用户详细信息:\n", sysUser);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue