aa
This commit is contained in:
@@ -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 := `
|
||||
|
||||
Reference in New Issue
Block a user