Commit 5f352ba2 authored by jiaorz's avatar jiaorz

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

parents 0f34baea 55ce9119
......@@ -300,10 +300,15 @@
<foreach collection="companyIds" item="id" open="(" separator="," close=")">
#{id}
</foreach>
or
o1.end_company_id in
<foreach collection="companyIds" item="id" open="(" separator="," close=")">
#{id}
</foreach>
)
</if>
<if test="zoneId != null">
and o1.start_zone_id = #{zoneId}
and (bc1.zone_id = #{zoneId} or bc1.zone_id = #{zoneId})
</if>
<if test="zoneIds != null and zoneIds.size > 0">
and (o1.start_zone_id in
......
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