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
cc214b0b
Commit
cc214b0b
authored
May 12, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
fded9bea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiSalarySplitServiceImpl.java
+1
-1
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/excel/ApiSalarySplitSummaryExcelDto.java
+3
-3
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiSalarySplitServiceImpl.java
View file @
cc214b0b
...
...
@@ -309,7 +309,7 @@ public class ApiSalarySplitServiceImpl implements ApiSalarySplitService {
ExportParam
exportParam
=
new
ExportParam
();
// 指定需要导出的字段(字段名必须与 DTO 中的属性名一致)
exportParam
.
setFieldNames
(
Arrays
.
asList
(
"salarySplitNo"
,
"brokerName"
,
"team"
,
"fromAmount"
,
"salarySplitNo"
,
"b
usinessNo"
,
"b
rokerName"
,
"team"
,
"fromAmount"
,
"currency"
,
"exchangeRate"
,
"toAmount"
,
"toCurrency"
,
"fortuneAccountMonth"
,
"billOrg"
,
"hkdAmount"
,
"fortuneAccountBizId"
));
...
...
yd-csf-feign/src/main/java/com/yd/csf/feign/dto/excel/ApiSalarySplitSummaryExcelDto.java
View file @
cc214b0b
...
...
@@ -10,6 +10,9 @@ public class ApiSalarySplitSummaryExcelDto {
@Excel
(
name
=
"发放编号"
,
orderNum
=
"1"
)
private
String
salarySplitNo
;
@Excel
(
name
=
"业务编号"
,
orderNum
=
"1"
)
private
String
businessNo
;
@Excel
(
name
=
"转介人"
,
orderNum
=
"2"
)
private
String
brokerName
;
...
...
@@ -43,7 +46,4 @@ public class ApiSalarySplitSummaryExcelDto {
@Excel
(
name
=
"本期总出账金额(原币种)"
,
orderNum
=
"12"
)
private
BigDecimal
hkdAmount
;
@Excel
(
name
=
"出账业务编号"
,
orderNum
=
"13"
)
private
String
businessNo
;
}
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