订单、支付回调
This commit is contained in:
parent
4f0942ac5b
commit
71a92893bb
|
@ -278,7 +278,7 @@ public class OrderServiceImpl implements OrderService
|
||||||
// 保存分成列表
|
// 保存分成列表
|
||||||
int bonusRows = bonusService.batchInsert(bonusList);
|
int bonusRows = bonusService.batchInsert(bonusList);
|
||||||
ServiceUtil.assertion(bonusRows != bonusList.size(), "保存分成列表失败");
|
ServiceUtil.assertion(bonusRows != bonusList.size(), "保存分成列表失败");
|
||||||
|
|
||||||
// 创建并调起支付
|
// 创建并调起支付
|
||||||
return payService.createPayBill(pay);
|
return payService.createPayBill(pay);
|
||||||
});
|
});
|
||||||
|
@ -336,9 +336,9 @@ public class OrderServiceImpl implements OrderService
|
||||||
// 订单完成需要处理:
|
// 订单完成需要处理:
|
||||||
// 1. 更新订单状态
|
// 1. 更新订单状态
|
||||||
// 2. 更新设备状态
|
// 2. 更新设备状态
|
||||||
// 3.
|
// 3.
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user