rev:用户锁定修改

This commit is contained in:
2024-11-15 14:27:31 +08:00
parent 82b97e1647
commit b1d3fd8e01

View File

@@ -121,6 +121,7 @@ public class ISysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> imp
}
}, Date.class);
try {
BeanUtils.populate(sysUser, userDetail);
} catch (Exception ex) {
throw new RuntimeException();