@@ -40,7 +40,7 @@
AND su.id = #{vo.userId}
</if>
<if test="vo.deptId != null and vo.deptId != ''">
- AND su.dept_id like CONCAT('%', #{deptId}, '%')
+ AND su.dept_id like CONCAT('%', #{vo.deptId}, '%')
</where>
order by su.id