Commit 4e9e34e3 authored by wang yecheng's avatar wang yecheng

报警优化干线表格追加时间倒序排序

parent 77e23be0
......@@ -68,5 +68,6 @@
WHERE (#{startTime} IS NULL OR happen_start_time>=#{startTime})
AND (#{endTime} IS NULL OR happen_end_time <=#{endTime})
AND (#{greenId} IS NULL OR green_id =#{greenId})
ORDER BY happen_start_time desc
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment