## Fix - 收益区域 -> 增加删除条件

This commit is contained in:
sangelxiu1 2025-07-25 15:05:58 +08:00
parent 98478c3cc0
commit 0b14ee2ddf
1 changed files with 1 additions and 1 deletions

View File

@ -3174,7 +3174,7 @@
LEFT JOIN BD_AREA P ON P.PK_ID = cmrr.PROVINCE AND P.DEL_FLAG = 0
LEFT JOIN BD_AREA C ON C.PK_ID = cmrr.CITY AND C.DEL_FLAG = 0
LEFT JOIN BD_AREA PC ON PC.PK_ID = cmrr.COUNTY AND PC.DEL_FLAG = 0
where 1=1
where cmrr.del_flag = 0
AND cmrr.PK_MEMBER IN ( #{userId} )
<if test="type != null and type == 1">
and cmrr.PROVINCE != 0