From 8ad648c1946fc66ef1dd13f56c8972546089cd94 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 16:01:08 +0800 Subject: [PATCH] aa --- business/jxstore/cms/order.go | 1 - business/model/dao/dao_order.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/cms/order.go b/business/jxstore/cms/order.go index fbb870d9a..c829d24f1 100644 --- a/business/jxstore/cms/order.go +++ b/business/jxstore/cms/order.go @@ -170,7 +170,6 @@ func GetManageStatisticsImg(ctx *jxcontext.Context, cityCodes []int, fromTime, t getManageStatistics = append(getManageStatistics, getManageStatisticsResult) } } - fmt.Println(utils.Format4Output(getManageStatistics, false)) return getManageStatistics, err } diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index d0f0b0d18..a7ab7e920 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -410,7 +410,7 @@ func GetManageStatistics(db *DaoDB, cityCodes []int, jobTime time.Time, jobIDs [ sqlParams := []interface{}{} getManageStatisticsResult = &GetManageStatisticsResult{} sql := ` - SELECT t1.count acceptCount, t2.count finish_count, t3.count cancel_count, t4.browse_count, t6.total_cash + SELECT t1.count accept_count, t2.count finish_count, t3.count cancel_count, t4.browse_count, t6.total_cash FROM ` rSQL1, rSQLparams1 := getFromSqlManage(model.JobOrderStatusAccept, "t1", cityCodes, jobTime, endTime, jobIDs)