// mybatis查询 List<Long> test = mapper.listByid(ids); //返回结果长度为2 test.clear(); test = mapper.listByid(ids);//返回结果长度为0 为什么第二个结果是0?