AND bei.supervise_org_code LIKE concat ( '%', #{orgCode}, '%' )
and ((bei.supervise_org_code != '50' and bei.supervise_org_code LIKE CONCAT (#{orgCode}, '%')) or (bei.supervise_org_code = '50' and bei.office_region LIKE CONCAT ('%', #{paramDto.cityCode}, '%')))
</if>
</if>
<iftest="paramDto.name != null and paramDto.name != ''">
<iftest="paramDto.name != null and paramDto.name != ''">
AND tui.name LIKE concat ( '%', #{paramDto.name}, '%' )
AND tui.name LIKE concat ( '%', #{paramDto.name}, '%' )