Просмотр исходного кода

项目详情新增数据输入

anderx недель назад: 3
Родитель
Сommit
3c20770c0d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

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

@@ -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