From f26ca86c40d50b8db0aac29e26fdcb354789e0dc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 26 May 2021 11:32:47 +0800
Subject: [PATCH] 20210525  申诉

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

diff --git a/src/main/resources/mapper/otc/OtcOrderDao.xml b/src/main/resources/mapper/otc/OtcOrderDao.xml
index 7aafbd5..a965c23 100644
--- a/src/main/resources/mapper/otc/OtcOrderDao.xml
+++ b/src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -91,7 +91,7 @@
         where member_id=#{memberId}
           <!-- 查询除完成以外所有订单 -->
           <if test="status != null and status == 0">
-              and status != 3
+              and status = 3
           </if>
         <if test="status != null and status != 0">
             and status != 3

--
Gitblit v1.9.1