Showing
1 changed file
with
2 additions
and
1 deletions
@@ -1909,7 +1909,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | @@ -1909,7 +1909,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | ||
1909 | cargoObj.put("name", "衣服鞋帽"); | 1909 | cargoObj.put("name", "衣服鞋帽"); |
1910 | cargoObj.put("count", 1); | 1910 | cargoObj.put("count", 1); |
1911 | cargoObj.put("unit", "件"); | 1911 | cargoObj.put("unit", "件"); |
1912 | - jsonObj.put("cargo", cargoObj.toJSONString()); | 1912 | + jsonObj.put("cargo", cargoObj); |
1913 | 1913 | ||
1914 | //收件人信息 | 1914 | //收件人信息 |
1915 | if(buyerOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_JUDGE_PASS.getByteVal()) | 1915 | if(buyerOrder.getStatus().equals(Constant.BUYER_ORDER_STATUS_JUDGE_PASS.getByteVal()) |
@@ -2769,4 +2769,5 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | @@ -2769,4 +2769,5 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { | ||
2769 | } | 2769 | } |
2770 | } | 2770 | } |
2771 | } | 2771 | } |
2772 | + | ||
2772 | } | 2773 | } |
-
Please register or login to post a comment