|
|
|
@@ -247,7 +247,7 @@ public class WxOrderController extends BaseController { |
|
|
|
if(resultData.code == 200){ |
|
|
|
WxComposeOrder order = (WxComposeOrder) resultData.data; |
|
|
|
Map<String, Object> data = new HashMap<>(); |
|
|
|
data.put("out_order_no",order.getMainOrderId()); |
|
|
|
data.put("out_order_no",order.getMainOrderId().toString()); |
|
|
|
data.put("order_entry_schema",wxOrderService.getOrderEntrySchema(order.getMainOrderId())); |
|
|
|
List<Map<String,Object>> goodsValid = new ArrayList<>(); |
|
|
|
for (Long goodId:order.getCouponChannelMap().keySet()) { |
|
|
|
|