From 8bca020b02250d6372c56f681476fa8eb59e0352 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 08 Jul 2020 11:31:26 +0800
Subject: [PATCH] 20200708  代码提交

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

diff --git a/src/main/resources/mapper/modules/ContractOrderMapper.xml b/src/main/resources/mapper/modules/ContractOrderMapper.xml
index 5bc1ccd..065c5bc 100644
--- a/src/main/resources/mapper/modules/ContractOrderMapper.xml
+++ b/src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -9,6 +9,7 @@
 			contract_order s
 		LEFT JOIN member m ON m.id = s.member_id
 		<where>
+		order_type in (3,4)
 			<if test="record != null" >
                 <if test="record.account!=null and record.account!=''">
                     and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})

--
Gitblit v1.9.1