diff --git a/library/task/taskUtil.go b/library/task/taskUtil.go index 004ea79..7426bda 100644 --- a/library/task/taskUtil.go +++ b/library/task/taskUtil.go @@ -958,6 +958,7 @@ func initServerPayInfo() { statisticalRecharge := gameinfo.StatisticalRecharge{} tomorrow := time.Now().AddDate(0, 0, 1).Format("2006-01-02") statisticalRecharge.CreatDay = tomorrow + statisticalRecharge.Id = primitive.NewObjectID() //统计新增充值(当日注册且付费的人数和金额、付费次数) statisticalRecharge.NewRechargeNum = gconv.Int(0) statisticalRecharge.NewRechargeAmount = gconv.Float64(0)