@@ -52,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
<!-- 数据范围过滤 -->
${params.dataScope}
+ order by d.incident_date desc
</select>
<select id="selectTIncidentRecordsById" parameterType="Long" resultMap="TIncidentRecordsResult">