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
022fb960
Commit
022fb960
authored
Jan 13, 2022
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询经纪人寿险销售保单,以前是通过N22接口获取,现在通过本地获取
parent
5b5c26e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
yd-api/src/main/resources/mapper/order/PoOrderMapper.xml
+0
-1
No files found.
yd-api/src/main/resources/mapper/order/PoOrderMapper.xml
View file @
022fb960
...
@@ -1067,7 +1067,6 @@
...
@@ -1067,7 +1067,6 @@
FROM ag_acl_customer_fortune f
FROM ag_acl_customer_fortune f
INNER JOIN ag_po_order o ON f.order_id = o.id AND o.status = 3 AND o.payment_status=3 AND o.order_price
>
0 AND o.insurer_id != 888
INNER JOIN ag_po_order o ON f.order_id = o.id AND o.status = 3 AND o.payment_status=3 AND o.order_price
>
0 AND o.insurer_id != 888
INNER JOIN ag_acl_policyholder p ON o.id = p.order_id AND p.type = 2
INNER JOIN ag_acl_policyholder p ON o.id = p.order_id AND p.type = 2
INNER JOIN ag_acl_policyholder ph ON o.id = ph.order_id AND f.customer_id = ph.customer_id AND ph.type = 7
LEFT JOIN ag_product pr ON pr.id = o.product_id
LEFT JOIN ag_product pr ON pr.id = o.product_id
LEFT JOIN ag_product_plan pl ON pl.id = o.plan_id
LEFT JOIN ag_product_plan pl ON pl.id = o.plan_id
WHERE f.drop_option_code IN('S01','C01') AND o.product_category_id ='8' AND f.customer_id = #{customerId,jdbcType=BIGINT}
WHERE f.drop_option_code IN('S01','C01') AND o.product_category_id ='8' AND f.customer_id = #{customerId,jdbcType=BIGINT}
...
...
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