From 0a20e26c1074ef02af5599fa418b32e3d39f2002 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 22 Mar 2021 14:21:56 +0800
Subject: [PATCH] 20210319 平仓加载中
---
src/main/resources/mapper/modules/ContractOrderMapper.xml | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/mapper/modules/ContractOrderMapper.xml b/src/main/resources/mapper/modules/ContractOrderMapper.xml
index c761ff6..dcf4039 100644
--- a/src/main/resources/mapper/modules/ContractOrderMapper.xml
+++ b/src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -26,8 +26,6 @@
member a
LEFT JOIN member_authentication b ON a.id = b.member_id
<where>
- a.certify_status = 2
- and a.account_status = 1
<if test="record != null" >
<if test="record.accounts!=null and record.accounts!=''">
and (FIND_IN_SET(#{record.accounts}, a.referer_ids) or a.invite_id = #{record.accounts} )
@@ -54,8 +52,6 @@
member a
LEFT JOIN member_authentication b ON a.id = b.member_id
<where>
- a.certify_status = 2
- and a.account_status = 1
<if test="record != null" >
<if test="record.account!=null and record.account!=''">
and (a.phone = #{record.account} or a.email = #{record.account} or a.invite_id=#{record.account})
--
Gitblit v1.9.1