anderx 5 years ago
parent
commit
f201757d11
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

+ 0 - 2
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

@@ -1948,8 +1948,6 @@ ifnull(ttm.party_amount,0) partyAmount,a.commodity_price commodityPrice,a.outsou
 	<if test="status==3 or status==4">
 	left join task_progress tp  on a.id=tp.task_id 
 	</if> 
-	left join t_order_mid e on b.order_no =e.order_no left join business_project bp on a.commodity_id =bp.id left join business_category bc on bp.cid =bc.id 
-	left join t_task_mid ttm on a.id=ttm.tid left join admin ta on a.task_receiver =ta.id left join department td on ta.department_id =td.id
 	<if test="screen ==6">
 	right join (select tid ,accept_count sls from t_task_mid where accept_count &gt; 0)tj on a.id=tj.tid
 	</if>