Commit ef4acbc8 by 周晓航

Merge branch 'feature/20210609-v2.0.34-下单锁定配送券ID1030707-周晓航-合并张悦33版本' into qa

parents c2267547 9fe579d3
...@@ -1529,6 +1529,7 @@ public class OrderAdapter { ...@@ -1529,6 +1529,7 @@ public class OrderAdapter {
responseVo.setAfterSalesOrderResp(ordersBean.getAfterSalesOrderResp()); responseVo.setAfterSalesOrderResp(ordersBean.getAfterSalesOrderResp());
list.add(responseVo); list.add(responseVo);
}); });
LogUtil.info("fisherman orderBean:", JSON.toJSONString(ordersBeans),JSON.toJSONString(list));
return list; return list;
} }
......
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