@@ -99,6 +99,7 @@
<where>
<if test="cmmsInspect.equipmentid != null and cmmsInspect.equipmentid != ''">c.equipmentid = #{cmmsInspect.equipmentid}</if>
</where>
+ ORDER BY t.create_time desc
</select>
</mapper>