forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-27 9a86c4e3283b412e499c683a0b28ed7c9856c55f
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>