kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-api/src/main/java/com/kidgrow/oprationcenter/model/HospitalScreening.java
@@ -79,4 +79,9 @@ * 微站首页中间位置图片 */ private String homePage; /** * 查询关键字 */ private String keyWord; } 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>