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
3e462bfd
Commit
3e462bfd
authored
Mar 24, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard-10
parent
f23654d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
yd-api/src/main/resources/mapper/agms/AgmsDashboardMapper.xml
+1
-1
No files found.
yd-api/src/main/resources/mapper/agms/AgmsDashboardMapper.xml
View file @
3e462bfd
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
concat(ifnull(sum(o.commission_amount),0),'') as fyc,
concat(ifnull(sum(o.commission_amount),0),'') as fyc,
ifnull(count(o.id),0) as pieces
ifnull(count(o.id),0) as pieces
from ag_acl_practitioner p
from ag_acl_practitioner p
inner join ag_po_order o on o.broker_customer_id = p.id
inner join ag_po_order o on o.broker_customer_id = p.
customer_
id
left join ag_acl_insurer_branch b on b.id = p.insurer_branch_id
left join ag_acl_insurer_branch b on b.id = p.insurer_branch_id
left join ag_acl_practitioner_subordinate_system s on s.id = p.subordinate_system_id
left join ag_acl_practitioner_subordinate_system s on s.id = p.subordinate_system_id
where o.status = 3 and o.payment_status=3
where o.status = 3 and o.payment_status=3
...
...
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