Merge branch 'develop_migration' into 'develop_master'
feat: There is no way the, buss sort See merge request LiuChao/foton-slrs-system-rest!261
This commit is contained in:
+1
-1
@@ -382,7 +382,7 @@
|
|||||||
when tmp_tb.stand_code like concat('%', 'Q/QCFLC', '%') THEN 16
|
when tmp_tb.stand_code like concat('%', 'Q/QCFLC', '%') THEN 16
|
||||||
ELSE 17
|
ELSE 17
|
||||||
END,
|
END,
|
||||||
tmp_tb.stand_sort ASC
|
tmp_tb.stand_sort ASC,CAST(tmp_tb.STAND_NUMBER AS decimal(9,2)) ASC,tmp_tb.STAND_YEAR DESC,tmp_tb.id
|
||||||
</sql>
|
</sql>
|
||||||
<sql id="standSort_out">
|
<sql id="standSort_out">
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
|||||||
Reference in New Issue
Block a user