门店评分-修改BUG

This commit is contained in:
Rosy-zhudan
2019-09-17 16:30:43 +08:00
parent 957db04544
commit 6b1a2f19fc
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
}