领域排序

This commit is contained in:
13036795865 2025-05-17 09:32:59 +08:00
parent a3542daa9f
commit f1da2939c6
1 changed files with 2 additions and 1 deletions

View File

@ -418,6 +418,7 @@
and review_area_three is not null
and review_area_three != '') a
group by a.domain_value
order by count(a.domain_value) desc
limit 0,9
</select>
@ -437,7 +438,7 @@
left join expert_resource_library erl on e.id = erl.user_id
where e.is_delete = '0'
and e.status = 1) tmp
order by (tmp.taskAuditCount + tmp.competitionAuditCount) desc
-- order by (tmp.taskAuditCount + tmp.competitionAuditCount) desc
limit 0,12
</select>