Commit 54e0a4a6 by 徐高华

发货信息查询

parent 17cf65cf
...@@ -284,6 +284,8 @@ public class GicOrderController { ...@@ -284,6 +284,8 @@ public class GicOrderController {
JSON.toJSONString(stockResp)); JSON.toJSONString(stockResp));
if (stockResp.isSuccess() && null != stockResp.getResult()) { if (stockResp.isSuccess() && null != stockResp.getResult()) {
vo.setStoreStock(stockResp.getResult()); vo.setStoreStock(stockResp.getResult());
}else {
vo.setErrorMsg(stockResp.getMessage());
} }
voList.add(vo); voList.add(vo);
} }
......
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