From 4e427230f8b2b24cbeda4ca9d2be12c0df94df6e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 15 Jul 2021 16:44:30 +0800 Subject: [PATCH] 202107015 --- 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