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