@@ -81,12 +81,9 @@
from SYSTEMMANAGER s
left join ROLEUSER r on s.autoid = r.managerid
<where>
- <if test="autoid != null">
+ <if test="autoId != null">
and r.roleid = #{autoId}
</if>
- <if test="roletype != null">
- and r.roletype = #{roletype}
- </if>
</where>
order by s.logincode
</select>