|
|
|
@@ -2804,6 +2804,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
if (isOneNumberOneOrder) { |
|
|
|
JSONArray jsonArray = new JSONArray(); |
|
|
|
if(StringUtils.isNotBlank(orderdto.getExtParam())){ |
|
|
|
logger.info("orderdto.getExtParam()---------------------------"+orderdto.getExtParam()); |
|
|
|
try{ |
|
|
|
jsonArray = JSONArray.parseArray(orderdto.getExtParam()); |
|
|
|
}catch(Exception e){ |
|
|
|
@@ -2815,6 +2816,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
if(jsonArray != null && !jsonArray.isEmpty()){ |
|
|
|
extParam = jsonArray.get(j).toString(); |
|
|
|
} |
|
|
|
logger.info("extParam---------------------------"+extParam); |
|
|
|
lastOrder = proxy.handleSaveOrderForCouponSingle(orderDate,allowUnPayOrder,composeOrder, user, orderdto.getWxCoupon(), 1, |
|
|
|
orderdto.isPress(),orderdto.getOrderGroupId(),orderdto.getFormId(),orderdto.getShippingType(),orderdto.getAddress(),extParam, |
|
|
|
orderdto.getWxCouponChannel(), payWay); |
|
|
|
|