Merge pull request 'by Robin at 20241022' (#768) from feat-IRONFANS-231-Robin into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/768
This commit is contained in:
commit
742e1318b7
|
@ -6707,9 +6707,7 @@ func (m *Mongo) GetRavenIQTestVisitPV(ctx *gin.Context, req *Raven_IQ_test_visit
|
|||
|
||||
groupClause := bson.D{
|
||||
{Key: "$group", Value: bson.D{
|
||||
{Key: "_id", Value: bson.M{
|
||||
"v_type": "$v_type",
|
||||
}},
|
||||
{Key: "_id", Value: "$v_type"},
|
||||
{Key: "pv", Value: bson.M{
|
||||
"$sum": 1,
|
||||
}},
|
||||
|
|
Loading…
Reference in New Issue