调整字段

This commit is contained in:
zy 2025-11-27 18:29:13 +08:00
parent cd56b9c125
commit 7e16f91777
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<if test="query.deployCode!=null and query.deployCode!=''"> <if test="query.deployCode!=null and query.deployCode!=''">
and DEPLOY_CODE = #{query.deployCode} and DEPLOY_CODE = #{query.deployCode}
</if> </if>
order by SORT_NO ASC,CREATE_TIME DESC order by CREATE_TIME DESC,DEPLOY_TYPE,SORT_NO ASC
</select> </select>
<select id="getDeviceListByStation" resultType="java.lang.String"> <select id="getDeviceListByStation" resultType="java.lang.String">