From d2839ac8eafecbce92da172067a7670a20edb7ff Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 07 Jul 2020 21:22:12 +0800
Subject: [PATCH] 20200707 代码提交
---
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