Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
46aeb184
Commit
46aeb184
authored
Dec 21, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
来佣比对列表分公司查询出多条
parent
3409816e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
yd-api/src/main/resources/mapper/lifecommission/LifeCommissionMapper.xml
+1
-4
No files found.
yd-api/src/main/resources/mapper/lifecommission/LifeCommissionMapper.xml
View file @
46aeb184
...
@@ -24,9 +24,6 @@
...
@@ -24,9 +24,6 @@
o.commission_type commissionType,
o.commission_type commissionType,
o.commission_item commissionItem,
o.commission_item commissionItem,
b.id insurerBranchId,
b.branch_name insurerBranchName,
(case when o.cover_term in ('1','2','3') then o.coverageTerm else e.coverageTerm END) coverageTerm,
(case when o.cover_term in ('1','2','3') then o.coverageTerm else e.coverageTerm END) coverageTerm,
IFNULL(o.payTerm,e.payTerm) payTerm,
IFNULL(o.payTerm,e.payTerm) payTerm,
f.name,
f.name,
...
@@ -85,7 +82,7 @@
...
@@ -85,7 +82,7 @@
) p3
) p3
on o.config_level = p3.config_level and o.plan_id = p3.plan_id
on o.config_level = p3.config_level and o.plan_id = p3.plan_id
left join ag_acl_insurer i on o.insurer_id = i.id
left join ag_acl_insurer i on o.insurer_id = i.id
left join ag_acl_insurer_branch b on
o.insurer_id = b.insurer_
id
left join ag_acl_insurer_branch b on
p.insurer_branch_id = b.
id
left join (SELECT order_id, name, practitioner_type_id, f.customer_id
left join (SELECT order_id, name, practitioner_type_id, f.customer_id
from (
from (
select *
select *
...
...
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