Commit 22221e77 authored by jiaorz's avatar jiaorz

Merge branch 'master-bg-update' into base-modify

parents ce24def9 097f4c98
......@@ -302,6 +302,9 @@
</foreach>
)
</if>
<if test="zoneId != null">
and o1.start_zone_id = #{zoneId}
</if>
<if test="zoneIds != null and zoneIds.size > 0">
and (o1.start_zone_id in
<foreach collection="zoneIds" item="id" open="(" separator="," close=")">
......
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