|
@@ -1,4 +1,6 @@
|
|
|
insert into sa_shoppingcart (siteid, sa_shoppingcartid, createuserid, createby, createdate, changeby, changedate,
|
|
|
- sa_brandid, itemid, qty, itemno, sys_enterpriseid,tradefield,length,width,sa_promotionid,sa_promotion_itemsid)
|
|
|
+ sa_brandid, itemid, qty, itemno, sys_enterpriseid, tradefield, length, width,
|
|
|
+ sa_promotionid, sa_promotion_itemsid, customcheek, customcolors, custommaterial)
|
|
|
values ($siteid$, $sa_shoppingcartid$, $userid$, $username$, current_time, $username$, current_time, $sa_brandid$,
|
|
|
- $itemid$, $qty$, $itemno$, $sys_enterpriseid$,$tradefield$,$length$,$width$,$sa_promotionid$,$sa_promotion_itemsid$);
|
|
|
+ $itemid$, $qty$, $itemno$, $sys_enterpriseid$, $tradefield$, $length$, $width$, $sa_promotionid$,
|
|
|
+ $sa_promotion_itemsid$, $customcheek$, $customcolors$, $custommaterial$);
|