Commit 627676d3 by 段启岩

重置密码修复

parent 2999e394
...@@ -190,7 +190,7 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, User> implements I ...@@ -190,7 +190,7 @@ public class UserServiceImpl extends ServiceImpl<IUserMapper, User> implements I
UpdateWrapper updateWrapper = new UpdateWrapper(); UpdateWrapper updateWrapper = new UpdateWrapper();
updateWrapper.set("password", Md5Utils.encode(password)); updateWrapper.set("password", Md5Utils.encode(password));
updateWrapper.eq("mobile", mobile); updateWrapper.eq("account", mobile);
userAuthLocalService.update(updateWrapper); userAuthLocalService.update(updateWrapper);
} }
......
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