摘要: Aggregation managerSum = Aggregation.newAggregation( Aggregation.group("_id").first("by_user").as("by_user").first("title").as("title") .count().as("j 阅读全文
posted @ 2020-07-15 16:27 帖子搬运工 阅读(2246) 评论(0) 推荐(0)
摘要: public static<T> ResultVO<T> success(T data){ ResultVO<T> resultVO = new ResultVO<>(); resultVO.setCode(ExceptionEnum.SUCCESS.getCode()); resultVO.set 阅读全文
posted @ 2020-07-15 14:27 帖子搬运工 阅读(229) 评论(0) 推荐(0)
摘要: Aggregation managerSum = Aggregation.newAggregation( Aggregation.unwind("asset_manager_lease"), Aggregation.match(criteria), Aggregation.group("asset_ 阅读全文
posted @ 2020-07-15 09:51 帖子搬运工 阅读(2807) 评论(0) 推荐(0)