支付分析

This commit is contained in:
苏尹岚
2021-01-04 09:28:00 +08:00
parent e2b67fd1cb
commit 539afbd153
4 changed files with 0 additions and 43 deletions

View File

@@ -307,8 +307,3 @@ func GetPayStatistics(db *DaoDB, userID string, pop int, cityCodes []int, mobile
err = GetRow(db, &getPayStatisticsResult, sql2, sqlParams2)
return getPayStatisticsResult, err
}
func GetIncomeStatistics(db *DaoDB, userID string, pop int, cityCodes []int, mobile string, fromTime, toTime time.Time) (getIncomeStatisticsResult *GetIncomeStatisticsResult, err error) {
return getIncomeStatisticsResult, err
}