## Fix - 获取体系区域条件
This commit is contained in:
parent
4907796e55
commit
3153d96c46
|
@ -3218,6 +3218,8 @@
|
|||
LEFT JOIN BD_REGION_VERTEX brv ON bv.REGION_VERTEX_PK_ID = brv.PK_ID
|
||||
where 1=1
|
||||
AND cmrr.PK_MEMBER NOT IN (#{userId} )
|
||||
AND cmrr.EFFECTIVE = 0
|
||||
AND cmrr.DEL_FLAG = 0
|
||||
<if test="type != null and type == 1">
|
||||
and cmrr.PROVINCE != 0
|
||||
and cmrr.CITY = 0
|
||||
|
|
Loading…
Reference in New Issue