SpringBoot操作Mongo使用aggregate关联查询时的条件顺序问题 前两天测试时发现SpringBoot使用Mongo的aggregate关联查询时分页查询出来数据的条数与直接取count的结果不一致,仔细分析代码后发现使用aggregate时条件的顺序是有影响的。 ... 2020年6月22日 MongoDB 浏览量:973 次 发表评论 阅读全文
SpringBoot使用Mongo中的or条件查询报错$or/$and/$nor entries need to be full objects 报错的写法: BasicDBList orList = new BasicDBList(); orList.add(new BasicDBObject().put("userGroup", userG... 2020年6月19日 MongoDB 浏览量:2,407 次 发表评论 阅读全文