|
@@ -182,7 +182,7 @@ func openPowerBig(orderData map[string]interface{}, userId string) bool {
|
|
|
enddate, _ := time.ParseInLocation(tmp, endTime, time.Local)
|
|
|
level := common.IntAll((*filterMap)["level"])
|
|
|
comboId := common.IntAll((*filterMap)["comboId"])
|
|
|
- payCycle := common.IntAll((*filterMap)["payCycle"])
|
|
|
+ payCycle := common.IntAll((*filterMap)["cycle"])
|
|
|
serversId := common.ObjToString((*filterMap)["serversId"])
|
|
|
serverMap := GetServerPid()
|
|
|
dataType := 1
|