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
4058d577
Commit
4058d577
authored
May 09, 2026
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
出账检核-增加币种29
parent
29b0853e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
yd-csf-feign/src/main/java/com/yd/csf/feign/response/expectedfortune/ApiExpectedFortunePageResponse.java
+13
-1
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
+6
-2
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/response/expectedfortune/ApiExpectedFortunePageResponse.java
View file @
4058d577
...
...
@@ -161,7 +161,7 @@ public class ApiExpectedFortunePageResponse {
* 保单币种 -> 港币汇率
*/
@Schema
(
description
=
"保单币种 -> 港币汇率"
)
private
BigDecimal
e
xchangeRate
;
private
BigDecimal
defaultE
xchangeRate
;
/**
* HKD应出账金额
...
...
@@ -170,6 +170,18 @@ public class ApiExpectedFortunePageResponse {
private
BigDecimal
hkdAmount
;
/**
* 本次出账金额(HKD)
*/
@Schema
(
description
=
"本次出账金额(HKD)"
)
private
BigDecimal
currentPaymentHkdAmount
;
/**
* 本期结算汇率
*/
@Schema
(
description
=
"本期结算汇率"
)
private
BigDecimal
exchangeRate
;
/**
* 出账状态
*/
@Schema
(
description
=
"出账状态 0=待出账 1=可出帐,待检核 2=完成出账 3=部分出账 4=保留 5=已失效 6=可出账, 已检核 7=未找到当前预计出账对应的来佣 字典值: csf_expected_fortune_status"
)
...
...
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
View file @
4058d577
...
...
@@ -190,6 +190,8 @@
ef.payout_amount,
ef.hkd_to_payout_rate,
ef.hkd_amount,
NULL as current_payment_hkd_amount,
NULL as exchange_rate,
ef.paid_amount,
ef.unpaid_amount,
ef.paid_ratio,
...
...
@@ -242,7 +244,7 @@
NULL as status_desc,
f.payout_date,
f.actual_payout_date,
f.exchange_rate
as default_exchange_rate,
NUll
as default_exchange_rate,
f.original_currency,
f.original_amount,
f.original_to_hkd_rate,
...
...
@@ -250,7 +252,9 @@
f.payout_amount,
f.hkd_to_payout_rate,
f.hkd_amount,
f.current_payment_amount as paid_amount,
f.current_payment_amount,
f.exchange_rate,
NULL as paid_amount,
0 as unpaid_amount,
f.current_payment_ratio as paid_ratio,
0 as unpaid_ratio,
...
...
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