aa
This commit is contained in:
@@ -170,7 +170,6 @@ func GetManageStatisticsImg(ctx *jxcontext.Context, cityCodes []int, fromTime, t
|
|||||||
getManageStatistics = append(getManageStatistics, getManageStatisticsResult)
|
getManageStatistics = append(getManageStatistics, getManageStatisticsResult)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println(utils.Format4Output(getManageStatistics, false))
|
|
||||||
return getManageStatistics, err
|
return getManageStatistics, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -410,7 +410,7 @@ func GetManageStatistics(db *DaoDB, cityCodes []int, jobTime time.Time, jobIDs [
|
|||||||
sqlParams := []interface{}{}
|
sqlParams := []interface{}{}
|
||||||
getManageStatisticsResult = &GetManageStatisticsResult{}
|
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 accept_count, t2.count finish_count, t3.count cancel_count, t4.browse_count, t6.total_cash
|
||||||
FROM
|
FROM
|
||||||
`
|
`
|
||||||
rSQL1, rSQLparams1 := getFromSqlManage(model.JobOrderStatusAccept, "t1", cityCodes, jobTime, endTime, jobIDs)
|
rSQL1, rSQLparams1 := getFromSqlManage(model.JobOrderStatusAccept, "t1", cityCodes, jobTime, endTime, jobIDs)
|
||||||
|
|||||||
Reference in New Issue
Block a user