bug
This commit is contained in:
@@ -221,6 +221,11 @@ public class AliPayServiceImpl implements AliPayService {
|
||||
userInfo.setPointPower(1);
|
||||
userService.updateById(userInfo);
|
||||
}
|
||||
if(collect.contains(133)||collect.contains(134)||collect.contains(135)){
|
||||
MyUserEntity userInfo = userService.getById(orderEntity.getUserId());
|
||||
userInfo.setTgdzPower(1);
|
||||
userService.updateById(userInfo);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -157,6 +157,11 @@ public class WeChatPayController {
|
||||
userInfo.setPointPower(1);
|
||||
userService.updateById(userInfo);
|
||||
}
|
||||
if(collect.contains(133)||collect.contains(134)||collect.contains(135)){
|
||||
MyUserEntity userInfo = userService.getById(order.getUserId());
|
||||
userInfo.setTgdzPower(1);
|
||||
userService.updateById(userInfo);
|
||||
}
|
||||
|
||||
|
||||
buyOrderService.updateOrderStatus(order.getUserId(), order.getOrderSn(), "0");
|
||||
|
||||
Reference in New Issue
Block a user