调整字段
This commit is contained in:
parent
cd56b9c125
commit
7e16f91777
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue