B端 部分接口2

This commit is contained in:
苏竹红
2023-06-14 10:29:55 +08:00
parent f86e7d7bff
commit df2f2e307d
27 changed files with 467 additions and 31 deletions

View File

@@ -133,6 +133,9 @@
select * from
hy_open_area_info
where area_path like concat('%',#{keyword},'%')
<if test="filterData!=null and filterData==true">
and province_city_flag = 1
</if>
</select>