From 590638b95dfe7f58f212af1cf34f1ce36a2f1bc6 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 3 Dec 2025 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81Id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ShopProdStatisticMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-service/order-service/src/main/resources/mapper/ShopProdStatisticMapper.xml b/cash-service/order-service/src/main/resources/mapper/ShopProdStatisticMapper.xml index 116e7fc5d..96c20f3ac 100644 --- a/cash-service/order-service/src/main/resources/mapper/ShopProdStatisticMapper.xml +++ b/cash-service/order-service/src/main/resources/mapper/ShopProdStatisticMapper.xml @@ -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}