From 91d324f7028441a267c31cdbb93306bfc50c7afc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 18 Aug 2022 14:37:27 +0800
Subject: [PATCH] 20220810
---
src/main/resources/mapper/modules/MallOrderInfoMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
index 1dc9cd3..6c3c00d 100644
--- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
+++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -236,6 +236,8 @@
status,
count(1) cnt
from mall_order_info
+ inner join mall_order_item b on a.id=b.order_id
+ inner join mall_team_leader c on a.take_unique_code=c.unique_code
where del_flag=2 and member_id=#{memberId}
group by status
</select>
--
Gitblit v1.9.1