|
|
|
|
@ -9,7 +9,8 @@
|
|
|
|
|
<select id="selectCustomCrmQuoteInfoVoList" resultMap="CrmQuoteInfoResult">
|
|
|
|
|
select t.quote_id, t.tenant_id, t.quote_code, t.quote_name, t.quote_round, t.quote_category,
|
|
|
|
|
t.quote_type, t.business_direction, t.quote_dept_id, t.quote_date, t.valid_from, t.valid_days, t.valid_to,
|
|
|
|
|
t.delivery_period, t.warranty_period, t.delivery_method, t.payment_method, t.payment_detail, t.currency_type, t.tax_included_info, t.tax_rate,
|
|
|
|
|
t.delivery_period, t.warranty_period, t.delivery_method, t.payment_method, t.payment_detail, t.currency_type,
|
|
|
|
|
t.tax_included_info, t.tax_rate,
|
|
|
|
|
t.total_price, t.total_before_tax,
|
|
|
|
|
t.total_tax, t.total_including_tax, t.customer_id, t.customer_contact_id, t.customer_contact_name,
|
|
|
|
|
t.customer_contact_phone, t.customer_contact_email,
|
|
|
|
|
|