Browse Source

数据筛选

eganwu 3 years ago
parent
commit
75008aabae

+ 1 - 1
src/custom/restcontroller/webmanage/sale/itempriceadjust/SQL/商品价格调整单列表查询.sql

@@ -11,5 +11,5 @@ select sa_itempriceadjustid,
        status
 from sa_itempriceadjust
 where siteid = $siteid$
-  and $where$
+  and $where$ and $tablefilter$
 order by status desc