Commit 3d03794a by 周晓航

打日志

parent 87db0332
......@@ -120,10 +120,11 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
return ResponseUtil.error(ResponseResult.NOT_LOGIN);
}
// 用于测试 新创建订单接口 不是围餐, 并且 商户号 门店号都在配置里面
ApiLog.info("是否进入新订单创建流程",partnerIds,storeIds,assortmentCustomerInfoVo);
if (!"wc".equals(createOrderVo.getChannelType()) &&
!partnerIds.isEmpty() && partnerIds.contains(assortmentCustomerInfoVo.getPartnerId())
&& !storeIds.isEmpty() && storeIds.contains(assortmentCustomerInfoVo.getStoreId())) {
LogUtil.info("进入 新订单创建流程", createOrderVo,null);
LogUtil.info("进入新订单创建流程", createOrderVo,null);
return this.createOrderUniversal(com.freemud.application.sdk.api.util.MapUtils.java2Map(createOrderVo));
}
// 扩展字段中存储 sessionKey
......
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