by Robin at 20241022 #768
|
@ -6311,9 +6311,7 @@ func (m *Mongo) GetRavenIQTestVisitPV(ctx *gin.Context, req *Raven_IQ_test_visit
|
||||||
|
|
||||||
groupClause := bson.D{
|
groupClause := bson.D{
|
||||||
{Key: "$group", Value: bson.D{
|
{Key: "$group", Value: bson.D{
|
||||||
{Key: "_id", Value: bson.M{
|
{Key: "_id", Value: "$v_type"},
|
||||||
"v_type": "$v_type",
|
|
||||||
}},
|
|
||||||
{Key: "pv", Value: bson.M{
|
{Key: "pv", Value: bson.M{
|
||||||
"$sum": 1,
|
"$sum": 1,
|
||||||
}},
|
}},
|
||||||
|
|
Loading…
Reference in New Issue