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>