From 5c47b598e8e9ea258bc011cedf6c28d3d860ec43 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 31 Aug 2023 10:03:08 +0800
Subject: [PATCH] 订单查询

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

diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
index fb2e09e..8136f36 100644
--- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
+++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -162,7 +162,7 @@
                 and a.status = #{record.status}
             </if>
             <if test="record.status == 5">
-                and a.status = 7
+                and a.status = 5
             </if>
             <if test="record.memberId != null">
                 and a.member_id=#{record.memberId}

--
Gitblit v1.9.1