重点城市只返回市
This commit is contained in:
@@ -185,6 +185,8 @@
|
|||||||
select * from
|
select * from
|
||||||
hy_open_area_info
|
hy_open_area_info
|
||||||
where area_status = 'keyOpen'
|
where area_status = 'keyOpen'
|
||||||
|
and province_city_flag = 1
|
||||||
|
and parent_id is null
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryByKeyword" resultMap="BaseResultMap">
|
<select id="queryByKeyword" resultMap="BaseResultMap">
|
||||||
|
|||||||
Reference in New Issue
Block a user