From 0e5ac1ceb577b300ee930076f4026f95aaabadef 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:11:23 +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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/mapper/TbOrderInfoMapper.xml b/src/main/resources/mapper/TbOrderInfoMapper.xml
index 11dc85e..06a70f5 100644
--- a/src/main/resources/mapper/TbOrderInfoMapper.xml
+++ b/src/main/resources/mapper/TbOrderInfoMapper.xml
@@ -108,6 +108,7 @@
and toi.status in ('refund','closed')
+ and toi.source is null
and toi.trade_day = #{day}