最近使用 Mongo,用的spring框架中的MongoRepository去实现mongo数据库操作。但是发现替换 where in(“”,“”,“”) 的方法 findByAgeIn 不能正确返回数据,查询的结果为[]。