From 79097e11df1aae18cfcb9d767ee6f22e76d1ae07 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:44:26 +0800 Subject: [PATCH] aa --- business/model/dao/dao_order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index c21b7554a..4ba651d30 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -409,6 +409,7 @@ func getWhereSqlManage(cityCodes []int, jobTime, endTime time.Time, jobIDs []int func GetManageStatistics(db *DaoDB, cityCodes []int, jobTime time.Time, jobIDs []int) (getManageStatisticsResult *GetManageStatisticsResult, err error) { endTime := jobTime.AddDate(0, 0, 1) sqlParams := []interface{}{} + getManageStatisticsResult = &GetManageStatisticsResult{} sql := ` SELECT t1.count acceptCount, t2.count finish_count, t3.count cancel_count, t4.browse_count, t6.total_cash FROM