bug修复

This commit is contained in:
liang.chao 2025-08-25 14:41:35 +08:00
parent cce6b3be17
commit 6c9e572848
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
left join team_person tp on poi.id = tp.team_id left join team_person tp on poi.id = tp.team_id
WHERE WHERE
poi.`level` = 5 poi.`level` = 5
and poi.`audit_status` is null or poi.`audit_status` = 4 and (poi.`audit_status` is null or poi.`audit_status` = 4)
<if test="userId != null "> <if test="userId != null ">
and poi3.user_id = #{userId} and poi3.user_id = #{userId}
</if> </if>