Commit e7ff47e2 authored by kongfm's avatar kongfm

历史警情倒序排列

parent 1736772e
...@@ -554,6 +554,8 @@ ...@@ -554,6 +554,8 @@
a.region_code LIKE CONCAT('%', #{item}, '%') a.region_code LIKE CONCAT('%', #{item}, '%')
</foreach> </foreach>
</if> </if>
order by a.call_time desc
</select> </select>
......
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