提交 ed55e1c2 编写于 作者: Y YZJ

优化后台修改用户手机号码的功能

上级 3762abf2
......@@ -70,6 +70,7 @@ public class SysUserService {
return BeanUtil.copyProperties(record, SysUserVO.class);
}
@Transactional
public int updateById(SysUserQO qo) {
SysUser sysUser = dao.getById(qo.getId());
UserVO user = bossUser.getByMobile(sysUser.getMobile());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册