领域排序
This commit is contained in:
parent
a3542daa9f
commit
f1da2939c6
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue