Commit 097f4c98 authored by jiaorz's avatar jiaorz

后台订单接口优化

parent 03118e40
...@@ -302,6 +302,9 @@ ...@@ -302,6 +302,9 @@
</foreach> </foreach>
) )
</if> </if>
<if test="zoneId != null">
and o1.start_zone_id = #{zoneId}
</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
<foreach collection="zoneIds" item="id" open="(" separator="," close=")"> <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