Commit 846215f6 authored by 李秀明's avatar 李秀明

fix(消防系统): 消防系统列表优先状态码排序

parent 20e522d7
......@@ -62,7 +62,7 @@
</if>
<choose>
<when test="invokeSource == 'dcfcCard'">
ORDER BY CONVERT(sys.biz_org_name USING gbk) ASC, sys.system_status DESC
ORDER BY sys.system_status DESC, CONVERT(sys.biz_org_name USING gbk) ASC
</when>
<otherwise>
ORDER BY sys.id DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment