lyq 5 月之前
父节点
当前提交
6b4c6e4637
共有 1 个文件被更改,包括 1 次插入0 次删除
  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">