feat:大区总

This commit is contained in:
苏竹红
2025-10-05 20:00:46 +08:00
parent 9217f69237
commit 3fbac3c28b
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
</foreach>
</if>
<if test="positionType!=null and positionType!=''">
and (b.position_type =#{positionType} or b.id = 180000000 )
and (b.position_type =#{positionType} or b.id in (180000000,120000000,40000000) )
</if>
<if test="notRoleAuth!=null and notRoleAuth!=''">
and b.role_auth !=#{notRoleAuth}