Sfoglia il codice sorgente

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

沈静伟 2 anni fa
parent
commit
75665925d7

+ 2 - 1
src/custom/restcontroller/webmanage/sale/order/Order.java

@@ -231,7 +231,8 @@ public class Order extends Controller {
             JSONObject item = (JSONObject) obj;
             JSONObject item = (JSONObject) obj;
             Long temp_sa_brandid = item.getLongValue("sa_brandid");
             Long temp_sa_brandid = item.getLongValue("sa_brandid");
             itemidids.add(item.getLongValue("itemid"));
             itemidids.add(item.getLongValue("itemid"));
-            sa_shoppingcartids.add(item.getLongValue(" sa_shoppingcartid"));
+            sa_shoppingcartids.add(item.getLongValue("sa_shoppingcartid"));
+
             if (sa_brandid == 0) {
             if (sa_brandid == 0) {
                 sa_brandid = temp_sa_brandid;
                 sa_brandid = temp_sa_brandid;
             }
             }