Browse Source

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

hu 10 months ago
parent
commit
d401f2a77f

+ 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