fixBug
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
AND lai.create_time BETWEEN #{startTime} AND #{endTime}
|
||||
</if>
|
||||
<if test="region != null and region != ''">
|
||||
and l.want_shop_area_id in (select id from xfsg_open_area_info where area_path like concat(#{areaPath}, '%'))
|
||||
and l.want_shop_area_id in (select id from xfsg_open_area_info where area_path like concat(#{region}, '%'))
|
||||
</if>
|
||||
<if test="checkStatus != null">
|
||||
AND a.audit_status = #{checkStatus}
|
||||
|
||||
Reference in New Issue
Block a user