feat: 去除首绑支付宝奖励
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user