Commit 53086894 authored by 麻笑宇's avatar 麻笑宇

1.大屏-应急-即时警情列表接口修改

2.大屏-应急-电梯数量统计 (按区域)接口修改
parent ec14dc50
......@@ -554,7 +554,7 @@
</otherwise>
</choose>
<if test="regionCodes != null">
<if test="regionCodes != null and regionCodes.size > 0">
AND
<foreach collection="regionCodes" index="index" item="item" open="(" separator=" OR " close=")">
a.region_code LIKE CONCAT('%', #{item}, '%')
......
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