main
黄海 2 years ago
parent 10dcd29157
commit e4b964a05b

@ -83,7 +83,7 @@
#if(keyword)
and t2.org_name like #para(keyword, "like")
#end
order by t1.status_code,t2.org_name
order by t1.status_code desc,t2.org_name
#end
-- 查看面向人员的任务情况
@ -96,7 +96,7 @@
#if(keyword)
and t2.person_name like #para(keyword, "like")
#end
order by t1.status_code,t2.person_name
order by t1.status_code desc,t2.person_name
#end
-- 获取组内单位ids

Loading…
Cancel
Save