## Fix - 获取体系区域条件

This commit is contained in:
sangelxiu1 2025-07-29 10:25:54 +08:00
parent 4907796e55
commit 3153d96c46
1 changed files with 2 additions and 0 deletions

View File

@ -3218,6 +3218,8 @@
LEFT JOIN BD_REGION_VERTEX brv ON bv.REGION_VERTEX_PK_ID = brv.PK_ID LEFT JOIN BD_REGION_VERTEX brv ON bv.REGION_VERTEX_PK_ID = brv.PK_ID
where 1=1 where 1=1
AND cmrr.PK_MEMBER NOT IN (#{userId} ) AND cmrr.PK_MEMBER NOT IN (#{userId} )
AND cmrr.EFFECTIVE = 0
AND cmrr.DEL_FLAG = 0
<if test="type != null and type == 1"> <if test="type != null and type == 1">
and cmrr.PROVINCE != 0 and cmrr.PROVINCE != 0
and cmrr.CITY = 0 and cmrr.CITY = 0