소스 검색

数据筛选

eganwu 3 년 전
부모
커밋
75008aabae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/restcontroller/webmanage/sale/itempriceadjust/SQL/商品价格调整单列表查询.sql

+ 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