Commit dfa6950d by 周晓航

Merge branch 'feature/zxh/【ka】商户号以及部分接口废弃-20220922' into develop

parents 6ed7801f 7b7d3227
......@@ -1506,7 +1506,7 @@ public class ShoppingCartMCoffeeServiceImpl {
String appId = requestVo.getAppId();
String orderId = requestVo.getOrderId();
String trackingNo = LogThreadLocal.getTrackingNo();
QueryByCodeResponse orderInfo = orderSdkService.getOrderInfo(null, orderId, null, null, trackingNo);
QueryByCodeResponse orderInfo = orderSdkService.getOrderInfo(null, orderId, null, null, trackingNo,partnerId);
if (orderInfo == null || orderInfo.getResult() == null) {
return ResponseUtil.error(ResponseResult.ORDER_QUERYORDER_ERROR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment