Commit 9d380f68 authored by wangxl's avatar wangxl

77

parent 98f7b80a
...@@ -157,7 +157,7 @@ public class SystemUserServiceImpl extends BaseServiceImpl<SystemUserDAO, System ...@@ -157,7 +157,7 @@ public class SystemUserServiceImpl extends BaseServiceImpl<SystemUserDAO, System
SystemUser systemUser = this.getById(dto.getId()); SystemUser systemUser = this.getById(dto.getId());
if (null == systemUser) if (null == systemUser)
throw new BusinessException("用户不存在,请联系管理员"); throw new BusinessException("用户不存在,请联系管理员");
String pwd = "kycz123456"; String pwd = "ky123456";
systemUser = new SystemUser(); systemUser = new SystemUser();
systemUser.setId(dto.getId()); systemUser.setId(dto.getId());
systemUser.setPassword(pwd); systemUser.setPassword(pwd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment