|
@@ -16,7 +16,9 @@
|
|
t2.create_user AS salesmanId,
|
|
t2.create_user AS salesmanId,
|
|
t2.version AS contractVersion,
|
|
t2.version AS contractVersion,
|
|
t2.contract_template_id AS contractTemplateId,
|
|
t2.contract_template_id AS contractTemplateId,
|
|
- t2.currency
|
|
+ t2.currency,
|
|
|
|
+ t2.buy_contact_name,
|
|
|
|
+ t2.buy_contact_number
|
|
FROM contract_product t1
|
|
FROM contract_product t1
|
|
JOIN contract t2 ON t1.contract_id = t2.id
|
|
JOIN contract t2 ON t1.contract_id = t2.id
|
|
${ew.customSqlSegment}
|
|
${ew.customSqlSegment}
|