|
@@ -1,8 +1,8 @@
|
|
|
insert into sa_promotion (siteid, sa_promotionid, createuserid, createby, createdate, promnum, changeuserid, changeby,
|
|
|
changedate, promname, remarks, type, sa_accountclassid,
|
|
|
sa_brandid, tradefield, status, orderminqty, orderaddqty, orderminamount, begdate, enddate,
|
|
|
- sa_openpromotionid, openamount, isrelevancepromotion, authmethod,associationaccountclassid,associationamount,rebateratio,packagetype,eachneedadd,eachlimitqty)
|
|
|
+ sa_openpromotionid, openamount, isrelevancepromotion, authmethod,associationaccountclassid,associationamount,rebateratio,packagetype,eachneedadd,eachlimitqty,issyncitemonsale)
|
|
|
values ($siteid$, $sa_promotionid$, $userid$, $username$, CURRENT_TIME, $promnum$, $userid$, $username$, CURRENT_TIME,
|
|
|
$promname$, $remarks$, $type$, $sa_accountclassid$,
|
|
|
$sa_brandid$, $tradefield$, '新建', $orderminqty$, $orderaddqty$, $orderminamount$, $begdate$, $enddate$,
|
|
|
- $sa_openpromotionid$, $openamount$, $isrelevancepromotion$, $authmethod$,$associationaccountclassid$,$associationamount$,$rebateratio$,$packagetype$,$eachneedadd$,$eachlimitqty$);
|
|
|
+ $sa_openpromotionid$, $openamount$, $isrelevancepromotion$, $authmethod$,$associationaccountclassid$,$associationamount$,$rebateratio$,$packagetype$,$eachneedadd$,$eachlimitqty$,$issyncitemonsale$);
|