Browse Source

$tablefilter$

eganwu 2 years ago
parent
commit
46f5eaf97a

+ 1 - 1
src/custom/restcontroller/webmanage/sale/promotion/SQL/促销方案商品查询.sql

@@ -49,4 +49,4 @@ FROM sa_promotion_items t1
 where t1.siteid = $siteid$
   and t1.sa_promotionid = $sa_promotionid$
   and t1.sa_promotion_itemgroupid = $sa_promotion_itemgroupid$
-  and $where$
+  and $where$ and $tablefilter$

+ 1 - 1
src/custom/restcontroller/webmanage/sale/promotion/SQL/商品查询.sql

@@ -15,4 +15,4 @@ FROM
 	  and t1.itemid in (SELECT itemid
                     from plm_item_tradefield
                     WHERE ($where1$)
-                      and siteid = $siteid$)
+                      and siteid = $siteid$) and $tablefilter$