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
0c1b971a
Commit
0c1b971a
authored
Jan 17, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.4
parent
9b832009
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
15 deletions
+19
-15
TSalaryStandardServiceImpl.java
.../yifu/salary/service/impl/TSalaryStandardServiceImpl.java
+19
-15
No files found.
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TSalaryStandardServiceImpl.java
View file @
0c1b971a
...
...
@@ -530,27 +530,31 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
TSalaryStandardIssueRes:
:
getSalaryId
,
s
.
getId
()));
if
(
resList
!=
null
&&
!
resList
.
isEmpty
())
{
// 代发户银行账户
List
<
String
>
fd
_
3b71f207c0cfd0
=
new
ArrayList
<>();
List
<
String
>
fd3b71f207c0cfd0
=
new
ArrayList
<>();
// 代发户银行账户
List
<
String
>
fd
_
3b71f20883301a
=
new
ArrayList
<>();
List
<
String
>
fd3b71f20883301a
=
new
ArrayList
<>();
// 代发户支行
List
<
String
>
fd
_
3b71f20933e0d2
=
new
ArrayList
<>();
List
<
String
>
fd3b71f20933e0d2
=
new
ArrayList
<>();
// 代发户开户行总行
List
<
String
>
fd
_
3b745c35ff27a8
=
new
ArrayList
<>();
List
<
String
>
fd3b745c35ff27a8
=
new
ArrayList
<>();
// 代发金额
List
<
String
>
fd
_
3b73a736cc9cc8
=
new
ArrayList
<>();
List
<
String
>
fd3b73a736cc9cc8
=
new
ArrayList
<>();
for
(
TSalaryStandardIssueRes
res
:
resList
)
{
fd_3b71f207c0cfd0
.
add
(
res
.
getOrgName
());
fd_3b71f20883301a
.
add
(
res
.
getBankNo
());
fd_3b71f20933e0d2
.
add
(
res
.
getBankSubName
());
fd_3b745c35ff27a8
.
add
(
res
.
getBankName
());
fd_3b73a736cc9cc8
.
add
(
String
.
valueOf
(
res
.
getMoney
()));
fd3b71f207c0cfd0
.
add
(
res
.
getOrgName
());
fd3b71f20883301a
.
add
(
res
.
getBankNo
());
if
(
Common
.
isNotNull
(
res
.
getBankSubName
()))
{
fd3b71f20933e0d2
.
add
(
res
.
getBankSubName
());
}
else
{
fd3b71f20933e0d2
.
add
(
""
);
}
fd3b745c35ff27a8
.
add
(
res
.
getBankName
());
fd3b73a736cc9cc8
.
add
(
String
.
valueOf
(
res
.
getMoney
()));
}
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f207c0cfd0"
,
fd
_
3b71f207c0cfd0
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f20883301a"
,
fd
_
3b71f20883301a
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f20933e0d2"
,
fd
_
3b71f20933e0d2
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b745c35ff27a8"
,
fd
_
3b745c35ff27a8
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b73a736cc9cc8"
,
fd
_
3b73a736cc9cc8
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f207c0cfd0"
,
fd3b71f207c0cfd0
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f20883301a"
,
fd3b71f20883301a
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b71f20933e0d2"
,
fd3b71f20933e0d2
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b745c35ff27a8"
,
fd3b745c35ff27a8
);
sendMap
.
put
(
"fd_3b71f1f4fd40ac.fd_3b73a736cc9cc8"
,
fd3b73a736cc9cc8
);
}
}
return
sendMap
;
...
...
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