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