From 7a9b7c5a350322a0ded65ef40d3375f203de4449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 8 Jan 2021 15:54:27 +0800 Subject: [PATCH] aa --- business/jxstore/cms/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index af3679b98..600ef5308 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -165,9 +165,9 @@ func GetManageStatisticsImg(ctx *jxcontext.Context, cityCodes []int, fromTime, t fromTimeT = utils.Str2Time(fromTime) toTimeT = utils.Str2Time(toTime) ) + fmt.Println("111111111111111111111", utils.Float64TwoInt(toTimeT.Sub(fromTimeT).Hours()/24), toTimeT.Sub(fromTimeT).Hours()/24) for i := 1; i < utils.Float64TwoInt(toTimeT.Sub(fromTimeT).Hours()/24); i++ { if getManageStatisticsResult, err := dao.GetManageStatistics(db, cityCodes, fromTimeT.AddDate(0, 0, i), jobIDs); err == nil { - fmt.Println(utils.Format4Output(getManageStatisticsResult, false)) getManageStatistics = append(getManageStatistics, getManageStatisticsResult) } }