From e0c1ebaa6a9bf2acd2bd32286fe488761e886ee2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 23 Sep 2022 15:34:09 +0800
Subject: [PATCH] 20220902

---
 src/main/resources/mapper/modules/MallOrderInfoMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
index 092ce2b..9babf59 100644
--- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
+++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -71,7 +71,6 @@
         left join mall_member b on a.member_id = b.id
         left join mall_team_leader c on a.take_unique_code = c.unique_code
         <where>
-            a.del_flag=2
             <if test="record != null">
                 <if test="record.payResult != null and record.payResult != ''">
                     and a.pay_result = #{record.payResult}

--
Gitblit v1.9.1