专家实名认证率bug修改

This commit is contained in:
13036795865 2025-05-26 15:52:00 +08:00
parent 6e2b1f348f
commit b24412a1b3
1 changed files with 6 additions and 6 deletions

View File

@ -375,7 +375,7 @@
inner join users u on e.user_id = u.id
where e.is_delete = '0'
and e.status = 1
and u.authentication = true) d
and (u.authentication = true or u.enterprise_certification='1')) d
)
</select>