mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +08:00
group
This commit is contained in:
parent
84bc7f3293
commit
0aba7d60a1
@ -72,6 +72,9 @@ func (g *GroupMgo) CountRangeEverydayTotal(ctx context.Context, start time.Time,
|
|||||||
"date": "$create_time",
|
"date": "$create_time",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"count": bson.M{
|
||||||
|
"$sum": 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user