Commit a915ec37 by zhangxingmin

预约-v1版本

parent 7b943b2c
......@@ -6,14 +6,14 @@
select
a.appointment_biz_id,
a.appointment_no,
concat(pp.product_name,'(',pp.payment_term,'年)') as productName,
concat(pp.company_name, '\n', pp.region) as companyName,
p.name_en as policyholder,
i.name_en as insurant,
concat(pp.payment_term, '年') as paymentTerm,
concat(pp.product_launch_name,'(',pp.issue_number,'年)') as productName,
pp.company_name as companyName,
p.name_py_en as policyholder,
i.name_py_en as insurant,
concat(pp.issue_number, '年') as paymentTerm,
a.status,
pp.each_issue_premium,
pp.currency,
pp.policy_currency,
IF(a.status = 0 or a.status = 1,
concat('意向预约时间:','\n',DATE_FORMAT(a.intention_appointment_time, '%Y-%m-%d %H:%i')),
concat('确认预约时间:','\n',DATE_FORMAT(a.confirm_appointment_time, '%Y-%m-%d %H:%i'),
......
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