|
|
|
@@ -141,6 +141,7 @@ public abstract class BaseBatchOrderAdapterService implements OrderAdapterServic |
|
|
|
order.setExtParam(allExtParam); |
|
|
|
wxBatchOrderMapper.insert(order); |
|
|
|
WxComposeOrder composeOrder = new WxComposeOrder(order.getId(), composeOrderType.getCode(), payment); |
|
|
|
composeOrder.setMainOrder(order); |
|
|
|
composeOrder.updateTenantInfo(tenantEntity); |
|
|
|
if (null != couponChannelMap) { |
|
|
|
composeOrder.setCouponChannelMap(couponChannelMap); |
|
|
|
|