bug修复
This commit is contained in:
parent
cce6b3be17
commit
6c9e572848
|
|
@ -76,7 +76,7 @@
|
|||
left join team_person tp on poi.id = tp.team_id
|
||||
WHERE
|
||||
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 ">
|
||||
and poi3.user_id = #{userId}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue