|
|
@@ -44,7 +44,7 @@ public class ShoppingCart extends Controller {
|
|
|
Long sa_shoppingcartid = 0L;
|
|
|
Rows rows = dbConnect.runSqlQuery("SELECT sa_shoppingcartid FROM sa_shoppingcart WHERE siteid = '" + siteid +
|
|
|
"' AND sa_brandid = " + sa_brandid +
|
|
|
- " AND itemid = " + itemid +
|
|
|
+ " and length="+length+" and width="+width+" AND itemid = " + itemid +
|
|
|
" AND sys_enterpriseid = " + sys_enterpriseid +
|
|
|
" AND tradefield = '" + tradefield +
|
|
|
"' AND itemno = '" + itemno + "'");
|