aa
This commit is contained in:
@@ -409,6 +409,7 @@ func getWhereSqlManage(cityCodes []int, jobTime, endTime time.Time, jobIDs []int
|
|||||||
func GetManageStatistics(db *DaoDB, cityCodes []int, jobTime time.Time, jobIDs []int) (getManageStatisticsResult *GetManageStatisticsResult, err error) {
|
func GetManageStatistics(db *DaoDB, cityCodes []int, jobTime time.Time, jobIDs []int) (getManageStatisticsResult *GetManageStatisticsResult, err error) {
|
||||||
endTime := jobTime.AddDate(0, 0, 1)
|
endTime := jobTime.AddDate(0, 0, 1)
|
||||||
sqlParams := []interface{}{}
|
sqlParams := []interface{}{}
|
||||||
|
getManageStatisticsResult = &GetManageStatisticsResult{}
|
||||||
sql := `
|
sql := `
|
||||||
SELECT t1.count acceptCount, t2.count finish_count, t3.count cancel_count, t4.browse_count, t6.total_cash
|
SELECT t1.count acceptCount, t2.count finish_count, t3.count cancel_count, t4.browse_count, t6.total_cash
|
||||||
FROM
|
FROM
|
||||||
|
|||||||
Reference in New Issue
Block a user