lyq hai 5 meses
pai
achega
6b4c6e4637

+ 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">