This commit is contained in:
苏尹岚
2021-01-04 14:34:31 +08:00
parent edb3e78650
commit 6ce886212f

View File

@@ -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 := `