@@ -1215,7 +1215,7 @@
organization_identity i on u.id = i.uid
where
i.audit_status = 5
- and u.lvl = 1
+ and u.lvl > 0
<if test="_parameter != null">
and u.aid = #{aid,jdbcType=VARCHAR}
</if>