Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
a915ec37
Commit
a915ec37
authored
Dec 19, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预约-v1版本
parent
7b943b2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
+6
-6
No files found.
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
View file @
a915ec37
...
...
@@ -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'),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment