Commit 68eee2c3 by 徐康

Merge remote-tracking branch 'origin/qa' into qa

parents 8fc4d16d ef4acbc8
...@@ -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