@@ -62,7 +62,7 @@ WHERE
AND a.source = ?
AND a.product_id = ?
GROUP BY
- b.share_seller_id;
+ a.share_seller_id;
`
_, err = o.Raw(sql, startDate, endDate, source, productId).QueryRows(&list)