|
|
@@ -1944,7 +1944,8 @@
|
|
|
a.cost_reduction costReduction, a.official_cost officialCost,a.set_up_status setUpStatus ,date_format(a.set_up_time,'%Y-%m-%d') setUpTime ,a.high_tech_status highTechStatus ,
|
|
|
a.spot_check_status spotCheckStatus , a.special_comment specialComment ,ttm.certificates_count certificatesCount ,ttm.reject_count rejectCount ,a.check_status checkStatus,
|
|
|
ttm.authorize_count authorizeCount ,ttm.end_count endCount,ttm.accept_count acceptCount,a.commodity_price commodityPrice,a.commodity_quantity commodityQuantity,
|
|
|
- a.satisfaction_degree satisfactionDegree,a.satisfaction_degree_url satisfactionDegreeUrl
|
|
|
+ a.satisfaction_degree satisfactionDegree,a.satisfaction_degree_url satisfactionDegreeUrl,
|
|
|
+ e.nda ,e.nda_url ndaUrl,e.breach_clause breachClause,e.breach_clause_url breachClauseUrl
|
|
|
from t_order_task a left join business_project b on a.commodity_id=b.id left join business_category c on b.cid=c.id
|
|
|
left join admin d on a.task_receiver=d.id left join t_order_new e on a.order_no=e.order_no
|
|
|
left join department h on e.order_dep=h.id left join user f on e.buyer_id=f.id LEFT JOIN t_task_mid ttm ON a.id=ttm.tid
|