|
|
@@ -1214,7 +1214,7 @@
|
|
|
from task_progress group by task_id) i on a.id=i.task_id left join (select order_no,max(name)as name
|
|
|
from outsource_organization group by order_no) j on a.order_no=j.order_no left join task_hours_count k on a.id=k.tid and a.task_receiver=k.aid
|
|
|
left join t_order_outsource l on a.id=l.tid left join admin ad on ad.id=a.split_aid left join t_task_member ttm on a.id=ttm.tid
|
|
|
- where e.order_status in (0,1,2,3,4)
|
|
|
+ where e.order_status in (0,1,2,3,4,5)
|
|
|
and split_status =2 and a.split_super= #{tid}
|
|
|
<if test="type == 1">
|
|
|
and a.process_status in(0,3)
|