From 6d8e7fb6f9c428d13eaaafd406e3a1299619a46d Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 10 Jul 2023 17:31:44 +0800 Subject: [PATCH] //..circle --- .../src/main/resources/mapper/WxBusinessCircleOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml index 979714afc..12b112d32 100644 --- a/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml @@ -266,7 +266,7 @@ IFNULL(SUM(`pay_amount`),0) as 'payAmount', IFNULL(SUM(`increased_points`),0) as 'payPoints' FROM wx_business_circle_order - where is_refund = 0 + where is_refund = 0 and merchant_id is not null and `tenant_id` = #{tenantId}