From bf4abb63b813380d66b246a351955ebcc0e4f459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=B9=8F=E8=BE=89?= <18322780655@163.com> Date: Tue, 10 Oct 2023 14:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A8=E8=8D=90=E5=90=97?= =?UTF-8?q?=E5=92=8C=E5=AE=9E=E5=90=8D=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/TbPlussUserPromotionMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml b/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml index 1aadfd4..58ba7f6 100644 --- a/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml +++ b/newadmin/dao-api/src/main/resources/mapper/TbPlussUserPromotionMapper.xml @@ -368,7 +368,9 @@ SELECT i.userId, IFNULL( sum( i.sumConsumeFee ), 0 ) AS sumConsumeFee, - IFNULL( sum( i.yestedayConsumeFee ), 0 ) AS yestedayConsumeFee + IFNULL( sum( i.yestedayConsumeFee ), 0 ) AS yestedayConsumeFee, + a.inviteNum, + a.`status` FROM view_order_info i GROUP BY