意向区域新增不限&新增字段&手机号校验

This commit is contained in:
苏竹红
2023-09-11 14:44:06 +08:00
parent 331da47300
commit 9c13abb092
13 changed files with 100 additions and 2 deletions

View File

@@ -310,4 +310,11 @@
WHERE area_path= concat('/',#{areaPath},'/') and deleted=0 and province_city_flag=0
</select>
<select id="selectAllCity" resultMap="BaseResultMap">
SELECT
<include refid="Base_Column_List"></include>
FROM `hy_open_area_info`
WHERE deleted=0 and province_city_flag = 1 and parent_id is not null
</select>
</mapper>