`id`,`name`,`createtime`,`updatetime`,`tenant_id`,`parent_tenant_id`,`logo`,`summary`,`createdate`,is_del where is_del = 0 and `id` = #{id} and `name` like concat('%',#{name},'%') and `createtime` = #{createtime} and `updatetime` = #{updatetime} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and id in #{idItem} order by ${sortColumns}