余额支付密码开关校验

This commit is contained in:
张松
2025-09-29 20:34:14 +08:00
parent 43ef068ab1
commit 49b704409c
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ public class UserInfoServiceImpl extends ServiceImpl<UserInfoMapper, UserInfo> i
throw new ApiNotPrintException("验证码错误");
}
userInfo.setUsePayTwd(userInfoPwdEditDTO.getUsePayPwd());
userInfo.setUsePayPwd(userInfoPwdEditDTO.getUsePayPwd());
userInfo.setPayPwd(SecureUtil.md5(userInfoPwdEditDTO.getPayPwd()));
boolean b = updateById(userInfo);
if (b) {