支付分析
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user