|
|
@@ -558,7 +558,7 @@
|
|
|
a.cw_remarks cwRemarks,a.contract_picture_url contractPictureUrl,a.first_amount firstAmount,a.examine_name examineName,
|
|
|
a.cw_indirect_cost cwIndirectCost, a.contacts contacts, a.contact_mobile contactMobile, a.manager_contacts managerContacts,
|
|
|
a.manager_contact_mobile managerContactMobile,
|
|
|
- a.nda nda, a.nda_url ndaUrl, a.breach_clause breach_clause, a.breach_clause_url breach_clause_url
|
|
|
+ a.nda nda, a.nda_url ndaUrl, a.breach_clause breachClause, a.breach_clause_url breachClauseUrl
|
|
|
from new_order_change a where 1 = 1
|
|
|
and a.order_no= #{orderNo}
|
|
|
order by a.create_time desc limit 1
|
|
|
@@ -577,7 +577,7 @@
|
|
|
a.contact_mobile contactMobile,
|
|
|
a.manager_contacts managerContacts,
|
|
|
a.manager_contact_mobile managerContactMobile,
|
|
|
- a.nda nda, a.nda_url ndaUrl, a.breach_clause breach_clause, a.breach_clause_url breach_clause_url
|
|
|
+ a.nda nda, a.nda_url ndaUrl, a.breach_clause breachClause, a.breach_clause_url breachClauseUrl
|
|
|
from new_order_change a where 1 = 1
|
|
|
and a.id= #{ChangeId}
|
|
|
order by a.create_time desc
|