|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
select t1.*,
|
|
|
|
|
(select count(1) from t_collect_job_bureau as t2 where t2.job_id=t1.job_id and t2.is_finish=1) as finish_count,
|
|
|
|
|
(select count(1) from t_collect_job_bureau as t2 where t2.job_id=t1.job_id ) as total_count
|
|
|
|
|
from t_collect_job as t1 where publish_role_id=#para(publish_role_id)
|
|
|
|
|
from t_collect_job as t1 where publish_role_id = #(publish_role_id)
|
|
|
|
|
#if(job_name)
|
|
|
|
|
and t1.job_name like #para(job_name, "like")
|
|
|
|
|
#end
|
|
|
|
|