查询sql修复

This commit is contained in:
陈伏伽
2023-10-19 18:36:32 +08:00
parent 758d9bfa8c
commit e6c1e1989f

View File

@@ -571,7 +571,7 @@
<if test="intentAreaName!=null and intentAreaName!='' and intentAreaQueryType!=null and intentAreaQueryType == 'notContains'">
and hoai.area_path like concat('%/',#{intentAreaName},'/%')
</if>
<if test="intentAreaQueryType !=null and intentAreaQueryType='blank'">
<if test="intentAreaQueryType !=null and intentAreaQueryType == 'blank'">
AND hpuinfo.want_shop_area is null
</if>
<if test="acceptAdjustType!=null">