This commit is contained in:
guohb
2024-04-29 17:25:09 +08:00
parent a1f9fa6241
commit ba8afc0a90
2 changed files with 10 additions and 5 deletions

View File

@@ -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}