From 018f6f9b1ab486697d624f493a7ed5c02d29dd10 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 31 May 2021 17:24:15 +0800
Subject: [PATCH] modify

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

diff --git a/src/main/resources/mapper/otc/OtcOrderDao.xml b/src/main/resources/mapper/otc/OtcOrderDao.xml
index f932ed5..24f8920 100644
--- a/src/main/resources/mapper/otc/OtcOrderDao.xml
+++ b/src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -70,6 +70,9 @@
         <if test="status != null">
             and status = #{status}
         </if>
+        <if test="type != null and type!=''">
+            and order_type = #{type}
+        </if>
     </select>
 
     <select id="selectMemberAvgPayTime" resultType="java.math.BigDecimal">

--
Gitblit v1.9.1