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
68111819
Commit
68111819
authored
Aug 04, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into prod
parents
4db91cb3
e64f24f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/CommissionServiceImpl.java
+1
-2
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/CommissionServiceImpl.java
View file @
68111819
...
@@ -815,10 +815,9 @@ public class CommissionServiceImpl extends ServiceImpl<CommissionMapper, Commiss
...
@@ -815,10 +815,9 @@ public class CommissionServiceImpl extends ServiceImpl<CommissionMapper, Commiss
// 入账检核汇率 — 仅审计追溯,始终写入
// 入账检核汇率 — 仅审计追溯,始终写入
fortune
.
setExchangeRate
(
exchangeRate
);
fortune
.
setExchangeRate
(
exchangeRate
);
// 判断
expectedFortune.originalCurrency 、入账币种-fortune.currency 是否都
等于 HKD
// 判断
入账币种-fortune.currency 是否
等于 HKD
Commission
matchedCommission
=
commissionByPolicyPeriod
.
get
(
key
);
Commission
matchedCommission
=
commissionByPolicyPeriod
.
get
(
key
);
boolean
isAllHkd
=
matchedCommission
!=
null
boolean
isAllHkd
=
matchedCommission
!=
null
&&
"HKD"
.
equalsIgnoreCase
(
expectedFortune
.
getOriginalCurrency
())
&&
"HKD"
.
equalsIgnoreCase
(
matchedCommission
.
getCurrency
());
&&
"HKD"
.
equalsIgnoreCase
(
matchedCommission
.
getCurrency
());
if
(
isAllHkd
)
{
if
(
isAllHkd
)
{
...
...
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