lyq 5 months ago
parent
commit
6b4c6e4637
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/mapper/emergency/system/TBusTrackMapper.xml

+ 1 - 0
src/main/resources/mapper/emergency/system/TBusTrackMapper.xml

@@ -36,6 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="riskStatus != null  and riskStatus != ''"> and risk_status = #{riskStatus}</if>
             <if test="busTrackContent != null  and busTrackContent != ''"> and bus_track_content = #{busTrackContent}</if>
         </where>
+        order by t.create_time desc
     </select>
 
     <select id="selectTBusTrackByBusTrackId" parameterType="String" resultMap="TBusTrackResult">