Commit 835edb53 by ping.wu

蜜雪app订单未传商户号,查询es接口需要商户号导致查不到数据问题修复

parent 8c7a2977
...@@ -1515,6 +1515,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1515,6 +1515,7 @@ public class OrderServiceImpl implements Orderservice {
return ResponseUtil.error(ResponseResult.NOT_LOGIN); return ResponseUtil.error(ResponseResult.NOT_LOGIN);
} }
String userId = userInfo.getMemberId(); String userId = userInfo.getMemberId();
partnerId = userInfo.getPartnerId();
if (StringUtils.isBlank(oid)) { if (StringUtils.isBlank(oid)) {
return ResponseUtil.error(ResponseResult.PARAMETER_MISSING.getCode(), "oid不能为空"); return ResponseUtil.error(ResponseResult.PARAMETER_MISSING.getCode(), "oid不能为空");
} }
......
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