Merge branch 'mark' of e.coding.net:rosydev/jx-callback into mark

This commit is contained in:
gazebo
2019-09-17 17:06:21 +08:00
2 changed files with 32 additions and 14 deletions

View File

@@ -354,7 +354,7 @@ func GetDailyEndOrderCount(db *DaoDB, statusList []int, isAbsentOrder bool, date
}
sql += `
GROUP BY jx_store_id`
err = GetRow(db, &storeCountList, sql, sqlParams)
err = GetRows(db, &storeCountList, sql, sqlParams)
return storeCountList, err
}