专家实名认证率bug修改
This commit is contained in:
parent
6e2b1f348f
commit
b24412a1b3
|
@ -375,7 +375,7 @@
|
||||||
inner join users u on e.user_id = u.id
|
inner join users u on e.user_id = u.id
|
||||||
where e.is_delete = '0'
|
where e.is_delete = '0'
|
||||||
and e.status = 1
|
and e.status = 1
|
||||||
and u.authentication = true) d
|
and (u.authentication = true or u.enterprise_certification='1')) d
|
||||||
)
|
)
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue