|
|
@@ -822,7 +822,7 @@
|
|
|
left join department g on e.order_dep=g.id left join user h on e.buyer_id=h.id left join business_project i on a.commodity_id=i.id
|
|
|
left join business_category c on i.cid=c.id left join admin d on a.task_receiver=d.id
|
|
|
left join t_task_member ttm on a.id=ttm.tid left join t_task_mid tm on a.id=tm.tid
|
|
|
- where a.super_id is null and a.order_no= #{orderNo,jdbcType=VARCHAR}
|
|
|
+ where a.super_id is null and a.process_status in (0,3) and a.order_no= #{orderNo,jdbcType=VARCHAR}
|
|
|
<if test="splitStatus !=null">
|
|
|
<if test="splitStatus < 3">
|
|
|
and a.split_status= #{splitStatus}
|