From de78e1c4d9e054a8a72f1786ad44eb2d39c386d8 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 23 Dec 2022 16:44:28 +0800
Subject: [PATCH] 20221221

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

diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
index decccd9..db95fed 100644
--- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
+++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -323,7 +323,7 @@
             count(a.id)
         from mall_order_info a
         where
-              a.status <![CDATA[>= ]]> 4
+              a.status = 4
             and a.member_id = #{memberId}
             <if test="createdTime != null">
                 and date_format(a.CREATED_TIME, '%Y-%m-%d') = #{createdTime}
@@ -336,7 +336,7 @@
                 ifnull(sum(a.subsidy_amount),0)
             from mall_order_info a
             where
-                  a.status <![CDATA[>= ]]> 4
+                  a.status = 4
                 and a.member_id = #{memberId}
             <if test="createdTime != null">
                 and date_format(a.CREATED_TIME, '%Y-%m-%d') = #{createdTime}

--
Gitblit v1.9.1