@@ -164,6 +164,7 @@ FROM
a.status > 0
and a.verify_status = 1
and a.realty_consultant is not null
+ and a.realty_consultant != ''
<if test="orgId != null">
and a.org_id = #{orgId}
</if>