pull/1508/head
withchao 2 years ago
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…
Cancel
Save