kgdxpr 2 years ago
commit 3308e46660

@ -54,7 +54,7 @@
t3.email as email
from t_collect_job_bureau as t1
inner join t_base_organization as t2 on t1.bureau_id=t2.org_id
inner join v_collect_xbgs as t3 on t1.bureau_id=t3.bureau_id
left join v_collect_xbgs as t3 on t1.bureau_id=t3.bureau_id
where t1.job_id=#para(job_id)
#if(is_finish)
and t1.is_finish=#para(is_finish)
Loading…
Cancel
Save