From 175a41da7e494658bed96ce7431ef7782fb1ab81 Mon Sep 17 00:00:00 2001 From: pserimal Date: Thu, 29 Jun 2023 19:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E8=AF=95=E7=AE=A1=E7=90=86=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=9D=A2=E8=AF=95=E4=BA=BA=E5=A7=93=E5=90=8D=E9=9D=A2?= =?UTF-8?q?=E8=AF=95=E4=BA=BA=E6=89=8B=E6=9C=BA=E5=8F=B7=E9=9D=A2=E8=AF=95?= =?UTF-8?q?=E6=88=BF=E9=97=B4=E5=8F=B7fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/HyPartnerInterviewPlanMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml index f776eadab..0ea3b747f 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/HyPartnerInterviewPlanMapper.xml @@ -357,13 +357,13 @@ and hpui.mobile like concat('%',#{record.partnerMobile},'%') - and hpip.room_id = #{record.roomId} + and hpip.room_id like concat('%', #{record.roomId}, '%') - and hpui.username like concat('%',#{record.interviewerName},'%') + and eu.name like concat('%',#{record.interviewerName},'%') - and hpui.mobile like concat('%',#{record.interviewerMobile},'%') + and eu.mobile like concat('%',#{record.interviewerMobile},'%') and hpip.room_status = #{record.roomStatus}