From bea4cd8cceb220189fd1fed5c2c1ff22d3e8a9ed Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 15 Jul 2021 17:16:16 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop

---
 gc-user/src/main/resources/mapper/user/AccountMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gc-user/src/main/resources/mapper/user/AccountMapper.xml b/gc-user/src/main/resources/mapper/user/AccountMapper.xml
index 41fcbc0..368208f 100644
--- a/gc-user/src/main/resources/mapper/user/AccountMapper.xml
+++ b/gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -191,7 +191,7 @@
             <if test="record.phone != null and record.phone != ''">
                 and b.mobile_phone like concat('%',#{record.phone},'%')
             </if>
-            <if test="record.phone != null and record.phone != ''">
+            <if test="record.isProhibit != null and record.isProhibit != ''">
                 and  a.is_prohibit = #{record.isProhibit}
             </if>
             <if test="record.reserveTimeStart != null">

--
Gitblit v1.9.1