`id`,`tenant_id`,`parent_tenant_id`,
`project_type`,`type`,`glod_num`,
`create_date`,`update_date`
where 1 = 1
and `id` = #{id}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `project_type` = #{projectType} and `type` = #{type}
and id in
#{idItem}
order by ${sortColumns}