localizer
parent
7cfcdc3b36
commit
bdaaa40e32
|
|
@ -487,7 +487,7 @@ public class PaymentController {
|
|||
// 更新用户账号的微信信息
|
||||
userAccount.setWechatOpenid(openid);
|
||||
userAccount.setWechatUnionid(unionid);
|
||||
userAccountService.updateById(userAccount);
|
||||
// userAccountService.updateById(userAccount);
|
||||
|
||||
return R.success("微信账号绑定成功");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue