商品Id
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
sum(statistic.refund_amount) AS refundAmount
|
||||
FROM
|
||||
tb_shop_prod_statistic statistic
|
||||
INNER JOIN tb_product prod ON tb_shop_prod_statistic.prod_id = prod.id
|
||||
INNER JOIN tb_product prod ON statistic.prod_id = prod.id
|
||||
WHERE
|
||||
statistic.shop_id = #{shopId}
|
||||
AND statistic.create_day = #{day}
|
||||
|
||||
Reference in New Issue
Block a user