From e1a06988830b49775ad7279eca794e10e92978dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?=
<8605635+zhang3064194730@user.noreply.gitee.com>
Date: Fri, 20 Dec 2024 10:16:34 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A2=E5=8D=95=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E8=BF=87=E6=BB=A4=E6=8E=89=E9=80=80=E6=AC=BE=E8=AE=A2=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper/TbOrderInfoMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/mapper/TbOrderInfoMapper.xml b/src/main/resources/mapper/TbOrderInfoMapper.xml
index 06a70f5..99e9bc8 100644
--- a/src/main/resources/mapper/TbOrderInfoMapper.xml
+++ b/src/main/resources/mapper/TbOrderInfoMapper.xml
@@ -108,7 +108,6 @@
and toi.status in ('refund','closed')
- and toi.source is null
and toi.trade_day = #{day}
@@ -116,6 +115,7 @@
and toi.order_no = #{orderNo}
+ and toi.source is null
group by toi.id,toi.shop_id
order by toi.id desc