flower_city/src/main/resources/mapper/SysUserMapper.xml
@@ -123,7 +123,7 @@ <select id="selectListByDepartmentId" resultMap="SysUserResult"> <include refid="selectSysUserVo"/> <where> user_type=2 and status=1 user_type=2 and status=0 <if test="list!=null"> and department_id in <foreach collection="list" item="id" index="index" open="(" close=")" separator=",">