|
|
|
@@ -270,7 +270,6 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
|
|
|
|
List<WxOrder> orderList = orderAdapterService.getChildOrders(composeOrder, appInfo.getTenantId()); |
|
|
|
List<String> productNames = new ArrayList<>(); |
|
|
|
logger.info("ceshi"+JSON.toJSONString(orderList)); |
|
|
|
for (WxOrder o : orderList) { |
|
|
|
productNames.add(o.getProductName()); |
|
|
|
checkSinglePayOrder(o, user, payWay); |
|
|
|
|