Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
ae81a517
Commit
ae81a517
authored
Jan 17, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.4
parent
6f6a7eda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TSalaryStandardServiceImpl.java
.../yifu/salary/service/impl/TSalaryStandardServiceImpl.java
+4
-4
No files found.
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TSalaryStandardServiceImpl.java
View file @
ae81a517
...
...
@@ -533,17 +533,17 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
List
<
String
>
fd_3b71f207c0cfd0
=
new
ArrayList
<>();
// 代发户银行账户
List
<
String
>
fd_3b71f20883301a
=
new
ArrayList
<>();
// 代发户开户行
List
<
String
>
fd_3b71f20933e0d2
=
new
ArrayList
<>();
// 代发户支行
List
<
String
>
fd_3b71f20933e0d2
=
new
ArrayList
<>();
// 代发户开户行总行
List
<
String
>
fd_3b745c35ff27a8
=
new
ArrayList
<>();
// 代发金额
List
<
String
>
fd_3b73a736cc9cc8
=
new
ArrayList
<>();
for
(
TSalaryStandardIssueRes
res
:
resList
)
{
fd_3b71f207c0cfd0
.
add
(
res
.
getOrgName
());
fd_3b71f20883301a
.
add
(
res
.
getBankNo
());
fd_3b71f20933e0d2
.
add
(
res
.
getBankName
());
fd_3b745c35ff27a8
.
add
(
res
.
getBank
Sub
Name
());
fd_3b71f20933e0d2
.
add
(
res
.
getBank
Sub
Name
());
fd_3b745c35ff27a8
.
add
(
res
.
getBankName
());
fd_3b73a736cc9cc8
.
add
(
String
.
valueOf
(
res
.
getMoney
()));
}
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f207c0cfd0"
,
fd_3b71f207c0cfd0
);
...
...
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