generated from root/miduo_server
充值排行筛选成功的订单
parent
81bed89873
commit
bb40a13f05
|
|
@ -2172,6 +2172,12 @@ func (action *Action) GetRechargeRank(r *ghttp.Request) {
|
|||
}}
|
||||
bs = append(bs, serverMatch)
|
||||
}
|
||||
statusMatch := bson.D{{
|
||||
"$match", bson.D{{
|
||||
"status", 1,
|
||||
}},
|
||||
}}
|
||||
bs = append(bs, statusMatch)
|
||||
match := bson.D{{
|
||||
"$match", bson.D{{
|
||||
"creattime", bson.D{{"$gte", startTimeStr}, {"$lte", endTimeStr}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue