|
@@ -232,6 +232,7 @@ public class Order extends Controller {
|
|
|
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;
|
|
|
}
|
|
}
|