by Robin at 20241022 #768

Merged
chenhao merged 1 commits from feat-IRONFANS-231-Robin into test 2024-10-22 15:52:31 +08:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit c460f0974f - Show all commits

View File

@ -6311,9 +6311,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,
}},