@@ -358,7 +358,7 @@
select ifnull(tenant_group_id_,-1) tenantGroupId, count(user_id_) count
from student
<where>
- t.hide_flag_ = 0
+ hide_flag_ = 0
<if test="tenantId != null">
AND tenant_id_ =#{tenantId}
</if>