main
黄海 2 years ago
parent 324ecc87ce
commit 6fe0419159

@ -202,7 +202,7 @@
where t1.city_id=#para(city_id) and t1.bureau_id=t1.org_id
and t1.is_virtual=0
and (CASE WHEN t1.third_party_id IS NULL THEN 0 ELSE 1 END)=#para(is_match)
order by is_match desc
order by is_match,t2.org_type_id,t1.school_type_id desc
#end
-- 获取天喻系统中待匹配的单位名称
#sql("getTyBureauList")

Loading…
Cancel
Save