aa
This commit is contained in:
@@ -356,7 +356,7 @@ type GetManageStatisticsResult struct {
|
||||
|
||||
func getFromSqlManage(status int, alies string, cityCodes []int, jobTime, endTime time.Time, jobIDs []int) (sql string, sqlParams []interface{}) {
|
||||
sql += `
|
||||
(SELECT COUNT(b.id) count,
|
||||
(SELECT COUNT(b.id) count
|
||||
FROM job a
|
||||
JOIN job_order b ON a.id = b.job_id
|
||||
WHERE a.deleted_at = ?
|
||||
|
||||
Reference in New Issue
Block a user