소스 검색

定制方案明细列表按sequence升序查询

hu 10 달 전
부모
커밋
d401f2a77f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/custom/restcontroller/webmanage/sale/customscheme/SQL/商品定制方案明细列表查询.sql

+ 2 - 1
src/custom/restcontroller/webmanage/sale/customscheme/SQL/商品定制方案明细列表查询.sql

@@ -2,4 +2,5 @@ SELECT
     t1.*
 FROM
     sa_customscheme_items t1
-where $where$ and t1.siteid=$siteid$ and t1.sa_customschemeid=$sa_customschemeid$
+where $where$ and t1.siteid=$siteid$ and t1.sa_customschemeid=$sa_customschemeid$
+order by t1.sequence