From 6ce886212f83fb01ed990bc1539745c25704ad8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 4 Jan 2021 14:34:31 +0800 Subject: [PATCH] aa --- business/model/dao/dao_order.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index 689e22849..9ca24a2e9 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -1,6 +1,7 @@ package dao import ( + "fmt" "time" "git.rosy.net.cn/baseapi/utils" @@ -283,7 +284,10 @@ func GetPayStatistics(db *DaoDB, userID string, pop int, cityCodes []int, mobile } sql += ` ) t4` + fmt.Println(sql) + fmt.Println(sqlParams) err = GetRow(db, &getPayStatisticsResult, sql, sqlParams) + fmt.Println(utils.Format4Output(getPayStatisticsResult, false)) sqlParams2 := []interface{}{} getPayStatisticsResult1 := &GetPayStatisticsResult{} sql2 := `