|
|
|
@@ -243,6 +243,7 @@ public class WxOrderController extends BaseController { |
|
|
|
} |
|
|
|
|
|
|
|
ResultData resultData = wxOrderService.platPushSaveOrder(false, EnumComposeOrder.ONE_NUMBER_ORDER_BATCH, allExtParam.toString(), list, memberId, EnumPayWay.PAY_WAY_TT, tenantEntity); |
|
|
|
logger.info("resultData{}"+JSON.toJSONString(resultData)); |
|
|
|
if(resultData.code == 200){ |
|
|
|
WxComposeOrder order = (WxComposeOrder) resultData.data; |
|
|
|
Map<String, Object> data = new HashMap<>(); |
|
|
|
@@ -266,6 +267,7 @@ public class WxOrderController extends BaseController { |
|
|
|
map.put("data",data); |
|
|
|
map.put("err_no",0); |
|
|
|
map.put("err_tips",resultData.message); |
|
|
|
logger.info("resultData{}"+JSON.toJSONString(map)); |
|
|
|
return map; |
|
|
|
}else{ |
|
|
|
map.put("err_no",resultData.code); |
|
|
|
|