mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2024-12-26 01:22:54 +08:00
feat: 行政区划列表查询限制三级
This commit is contained in:
parent
5bdeb728df
commit
c0eab49859
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
FROM
|
||||
t_area a
|
||||
<where>
|
||||
3 > a.level
|
||||
<if test="sqlExtract != '' and sqlExtract != null">
|
||||
${sqlExtract}
|
||||
</if>
|
||||
|
|
Loading…
Reference in a new issue