feat: 去除首绑支付宝奖励
This commit is contained in:
parent
2d6c93938c
commit
9469ec3472
|
|
@ -107,10 +107,11 @@ public class AppController {
|
|||
userEntity.setUserId(userId);
|
||||
old.setZhiFuBao(userEntity.getZhiFuBao());
|
||||
old.setZhiFuBaoName(userEntity.getZhiFuBaoName());
|
||||
boolean bool = userService.updateById(userEntity);
|
||||
if (bool && isFirstBind) {
|
||||
userService.firstBindAwardsMoney(old);
|
||||
}
|
||||
// 去除首绑支付宝奖励
|
||||
// boolean bool = userService.updateById(userEntity);
|
||||
// if (bool && isFirstBind) {
|
||||
// userService.firstBindAwardsMoney(old);
|
||||
// }
|
||||
return Result.success();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue