|
@@ -1343,6 +1343,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
|
|
// 保存 付供应商记录
|
|
|
PayShopRecordPo shopRecord = new PayShopRecordPo();
|
|
|
shopRecord.setShopId(shopId);
|
|
|
+ shopRecord.setPayShopId(payShop.getId());
|
|
|
shopRecord.setShopOrderId(shopOrderId);
|
|
|
shopRecord.setShopOrderNo(shopOrderNo);
|
|
|
shopRecord.setPayAmount(splitAmount);
|