复读可以用积分
This commit is contained in:
@@ -181,6 +181,10 @@ public class AliPayServiceImpl implements AliPayService {
|
||||
}
|
||||
|
||||
if("relearn".equals(subject)){
|
||||
//处理抵扣积分
|
||||
if(order.getJfDeduction().compareTo(BigDecimal.ZERO)>0){
|
||||
userCoinJf(order);
|
||||
}
|
||||
//更新 订单 记录
|
||||
buyOrderService.updateOrderStatus(Integer.valueOf(customerid),oldPayZfbOrderEntity.getRelevanceoid(),"2");
|
||||
//插入复读记录
|
||||
|
||||
Reference in New Issue
Block a user