forked from kidgrow-microservices-platform

dougang
2021-04-09 1150d74d590c9023aa3df5fdafe2a80cf327ad3a
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ScreeningOrganizationInfoMapper.xml
@@ -28,6 +28,9 @@
            <if test="p.organizationName != null and p.organizationName != ''">
                and organization_name = #{p.organizationName}
            </if>
            <if test="p.organizationNameLike != null and p.organizationNameLike != ''">
                and organization_name like '%${p.organizationNameLike}%'
            </if>
            <if test="p.contactName != null and p.contactName != ''">
                and contact_name = #{p.contactName}
            </if>