|
@@ -288,8 +288,8 @@ public class StoreUserServiceImpl extends ServiceImpl<StoreUserMapper, StoreUser
|
|
|
wrapperFans.eq(StoreUser::getPassword, password);
|
|
wrapperFans.eq(StoreUser::getPassword, password);
|
|
|
StoreUser storeUserPw = this.getOne(wrapperFans);
|
|
StoreUser storeUserPw = this.getOne(wrapperFans);
|
|
|
if (storeUserPw == null || storeUserPw.getPassword().equals("")) {
|
|
if (storeUserPw == null || storeUserPw.getPassword().equals("")) {
|
|
|
- log.info("密码输入错误 请重新输入");
|
|
|
|
|
- throw new RuntimeException("密码输入错误 请重新输入");
|
|
|
|
|
|
|
+ log.info("原密码错误");
|
|
|
|
|
+ throw new RuntimeException("原密码错误");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|