Przeglądaj źródła

//tt product

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
089cdc964c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/order/impl/batch/BaseBatchOrderAdapterService.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/order/impl/batch/BaseBatchOrderAdapterService.java Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz