From 60c0d232038152fb6be9a2f579b74f2a837f0498 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Sat, 28 Nov 2020 14:35:42 +0800 Subject: [PATCH] 还原此接口 --- kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml b/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml index a501e7e..8d86f78 100644 --- a/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml +++ b/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml @@ -63,6 +63,9 @@ <if test="p.homePage != null and p.homePage !=''"> and home_page = #{p.homePage} </if> + <if test="p.keyWord != null and p.keyWord !=''"> + and hospital_name like concat('%', #{p.keyWord}, '%') + </if> </where> </sql> -- Gitblit v1.8.0