|
|
@@ -1215,7 +1215,11 @@
|
|
|
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)
|
|
|
- and split_status =2 and a.split_super= #{tid} order by split_id
|
|
|
+ and split_status =2 and a.split_super= #{tid}
|
|
|
+ <if test="type == 1">
|
|
|
+ and a.process_status in(0,3)
|
|
|
+ </if>
|
|
|
+ order by split_id
|
|
|
</select>
|
|
|
<select id="selectByidGetCname" resultType="java.lang.String">
|
|
|
select b.cname from business_project a left join business_category b on a.cid =b.id
|