From 9229fbf2848bf2e5bfe712b4501a85a80d49f273 Mon Sep 17 00:00:00 2001 From: xhxu Date: Tue, 11 Jul 2023 15:05:55 +0800 Subject: [PATCH] //..circle --- .../src/main/resources/mapper/WxBusinessCircleOrderMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml index 1718a67c4..08cba39d4 100644 --- a/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml @@ -320,7 +320,7 @@ SELECT IFNULL(SUM(`pay_amount`),0) as 'payAmount', IFNULL(SUM(`increased_points`),0) as 'payPoints' - FROM ali_business_circle_order + FROM wx_business_circle_order where is_refund = 0 and `tenant_id` = #{tenantId} @@ -346,7 +346,7 @@ SELECT IFNULL(SUM(`refund_amount`),0) as 'refundAmount', IFNULL(SUM(`increased_points`),0) as 'refundPoints' - FROM ali_business_circle_order + FROM wx_business_circle_order where is_refund = 1 and `tenant_id` = #{tenantId}