Commit fe96acb8 authored by 李秀明's avatar 李秀明

feat(消防车辆): 消防车辆列表接口优先状态码排序

parent ef0503da
......@@ -1963,7 +1963,7 @@
<if test="equipTypeAmountPage.bizOrgCode!=null and equipTypeAmountPage.bizOrgCode!=''">
where s2.bizOrgCode LIKE CONCAT(#{equipTypeAmountPage.bizOrgCode},'%')
</if>
order by createDate DESC
order by equipStatus DESC, createDate DESC
</select>
......
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