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
ad444037
Commit
ad444037
authored
Jan 09, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
9f5189f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
+2
-2
No files found.
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
View file @
ad444037
...
@@ -67,8 +67,8 @@
...
@@ -67,8 +67,8 @@
a.arrival_time,a.meeting_point,a.confirm_appointment_time,
a.arrival_time,a.meeting_point,a.confirm_appointment_time,
a.signing_address,a.business_represent_name1,
a.signing_address,a.business_represent_name1,
a.business_represent_mobile1_code,a.business_represent_mobile1,
a.business_represent_mobile1_code,a.business_represent_mobile1,
t.name
,i.name as insurantName,pp.payment_t
erm,pp.each_issue_premium,pp.policy_levy as policyFee,
t.name
_cn as name,i.name_cn as insurantName,pp.issue_number as paymentT
erm,pp.each_issue_premium,pp.policy_levy as policyFee,
pp.
currency,pp.product_n
ame,(pp.each_issue_premium + pp.policy_levy) as total
pp.
policy_currency as currency,pp.product_launch_name as productN
ame,(pp.each_issue_premium + pp.policy_levy) as total
from appointment a
from appointment a
left join product_plan pp on a.appointment_biz_id = pp.appointment_biz_id and pp.is_deleted = 0
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
left join insurant i on a.appointment_biz_id = i.appointment_biz_id and i.is_deleted = 0
...
...
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