feat: 行政区划列表查询限制三级

This commit is contained in:
weizhiqiang 2024-12-03 17:22:41 +08:00
parent 5bdeb728df
commit c0eab49859

View file

@ -13,6 +13,7 @@
FROM
t_area a
<where>
3 > a.level
<if test="sqlExtract != '' and sqlExtract != null">
${sqlExtract}
</if>