我有麻烦了,我无法使用mongotemplate将此查询转换为springboot
db.myTable.aggregate(
[
{ $sort: { uploadTime: 1 } },
{
$group:
{
_id: "$name", uploadTime: { $last: "$uploadTime" },"doc":{"$first":"$$ROOT"}
}
},
{"$replaceRoot":{"newRoot":"$doc"}}]
)
有人能帮我吗?事先非常感谢。
暂无答案!
目前还没有任何答案,快来回答吧!