Commit 55ce9119 authored by jiaorz's avatar jiaorz

后台订单接口优化

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