`id`,`tenant_id`,`parent_tenant_id`,`name`,`available`,`description`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `name` like concat('%', #{name},'%')
and `available` like concat('%', #{available},'%')
and `description` like concat('%', #{description},'%')
and id in
#{idItem}
order by ${sortColumns}