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
4781f047
Commit
4781f047
authored
May 07, 2026
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出账检核-增加币种16
parent
16fc207e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
.idea/encodings.xml
+1
-0
yd-csf-service/src/main/java/com/yd/csf/service/vo/CommissionVO.java
+24
-0
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
+2
-0
No files found.
.idea/encodings.xml
View file @
4781f047
...
...
@@ -2,6 +2,7 @@
<project
version=
"4"
>
<component
name=
"Encoding"
>
<file
url=
"file://$PROJECT_DIR$/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/yd-csf-api/src/main/java"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/yd-csf-api/src/main/resources"
charset=
"UTF-8"
/>
<file
url=
"file://$PROJECT_DIR$/yd-csf-feign/src/main/java"
charset=
"UTF-8"
/>
...
...
yd-csf-service/src/main/java/com/yd/csf/service/vo/CommissionVO.java
View file @
4781f047
...
...
@@ -69,6 +69,30 @@ public class CommissionVO implements Serializable {
private
String
productName
;
/**
* 保单本期来佣率
*/
@Schema
(
description
=
"保单本期来佣率"
)
private
BigDecimal
commissionRatio
;
/**
* 投保人
*/
@Schema
(
description
=
"投保人"
)
private
String
policyHolder
;
/**
* 投保人英文
*/
@Schema
(
description
=
"投保人英文"
)
private
String
policyHolderEn
;
/**
* 转介人
*/
@Schema
(
description
=
"转介人"
)
private
String
broker
;
/**
* 保险公司
*/
@Schema
(
description
=
"保险公司"
)
...
...
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
View file @
4781f047
...
...
@@ -56,6 +56,7 @@
select
null as payable_no,
ef.policy_no as policyNo,
ef.policy_currency as policyCurrency,
(select pp.name from policy_policyholder pp where pp.policy_biz_id = p.policy_biz_id limit 1) as policyHolder,
(select pp.name_en from policy_policyholder pp where pp.policy_biz_id = p.policy_biz_id limit 1) as policyHolderEn,
MAX(ef.premium) as premium,
...
...
@@ -111,6 +112,7 @@
select
ef.payable_no as payable_no,
ef.policy_no as policyNo,
ef.policy_currency as policyCurrency,
(select pp.name from policy_policyholder pp where pp.policy_biz_id = p.policy_biz_id limit 1) as policyHolder,
(select pp.name_en from policy_policyholder pp where pp.policy_biz_id = p.policy_biz_id limit 1) as policyHolderEn,
ef.premium as premium,
...
...
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