Commit ad444037 by zhangxingmin

push

parent 9f5189f1
......@@ -67,8 +67,8 @@
a.arrival_time,a.meeting_point,a.confirm_appointment_time,
a.signing_address,a.business_represent_name1,
a.business_represent_mobile1_code,a.business_represent_mobile1,
t.name,i.name as insurantName,pp.payment_term,pp.each_issue_premium,pp.policy_levy as policyFee,
pp.currency,pp.product_name,(pp.each_issue_premium + pp.policy_levy) as total
t.name_cn as name,i.name_cn as insurantName,pp.issue_number as paymentTerm,pp.each_issue_premium,pp.policy_levy as policyFee,
pp.policy_currency as currency,pp.product_launch_name as productName,(pp.each_issue_premium + pp.policy_levy) as total
from appointment a
left join product_plan pp on a.appointment_biz_id = pp.appointment_biz_id and pp.is_deleted = 0
left join insurant i on a.appointment_biz_id = i.appointment_biz_id and i.is_deleted = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment