|
@@ -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="riskStatus != null and riskStatus != ''"> and risk_status = #{riskStatus}</if>
|
|
<if test="busTrackContent != null and busTrackContent != ''"> and bus_track_content = #{busTrackContent}</if>
|
|
<if test="busTrackContent != null and busTrackContent != ''"> and bus_track_content = #{busTrackContent}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ order by t.create_time desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectTBusTrackByBusTrackId" parameterType="String" resultMap="TBusTrackResult">
|
|
<select id="selectTBusTrackByBusTrackId" parameterType="String" resultMap="TBusTrackResult">
|