*
is_del=0
and id = #{p.id}
and hospital_id = #{p.hospitalId}
and hospital_name = #{p.hospitalName}
and hospital_logo = #{p.hospitalLogo}
and hospital_qr_image = #{p.hospitalQrImage}
and create_time = #{p.createTime}
and update_time = #{p.updateTime}
and is_del = #{p.isDel}
and enabled = #{p.enabled}
and create_user_id = #{p.createUserId}
and create_user_name = #{p.createUserName}
and update_user_id = #{p.updateUserId}
and update_user_name = #{p.updateUserName}
and is_screening_push = #{p.isScreeningPush}
and push_title = #{p.pushTitle}
and push_description = #{p.pushDescription}
and push_back_image = #{p.pushBackImage}
and home_page = #{p.homePage}
and hospital_name like concat('%', #{p.keyWord}, '%')
and department_id = #{p.departmentId}