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
2521bbf9
Commit
2521bbf9
authored
Oct 16, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.0 导入
parent
7e6ba1bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
TPreEmpMainServiceImpl.java
...v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
+4
-5
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
View file @
2521bbf9
...
...
@@ -2619,7 +2619,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
// 薪资服务的开户行
R
<
TBankNameMapVo
>
bankRes
=
HttpDaprUtil
.
invokeMethodPost
(
salaryProperties
.
getAppUrl
()
,
salaryProperties
.
getAppId
(),
"/tbankset/inner/getBankMap"
,
null
,
TBankNameMapVo
.
class
,
SecurityConstants
.
FROM_IN
);
Map
<
String
,
String
>
bankMap
=
new
HashMap
<>()
;
Map
<
String
,
String
>
bankMap
;
if
(
Common
.
isEmpty
(
bankRes
)
||
bankRes
.
getData
()
==
null
||
bankRes
.
getData
().
getBankMap
()
==
null
){
return
R
.
failed
(
"获取薪资服务开户行信息失败!"
);
}
else
{
...
...
@@ -2964,7 +2964,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
errorList
.
add
(
info
);
}
}
// boolean flag = false;
// 验证通过的,开始保存
if
(!
saveList
.
isEmpty
())
{
List
<
String
>
preList
=
baseMapper
.
getTPreEmpMainListByCardAndDept
(
idCardList
,
deptId
);
...
...
@@ -3335,13 +3334,13 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
}
}
if
(!
errorList
.
isEmpty
())
{
return
new
R
<>(
CommonConstants
.
TWO_INT
,
"失败数据:"
,
e
xcel
List
);
return
new
R
<>(
CommonConstants
.
TWO_INT
,
"失败数据:"
,
e
rror
List
);
}
else
{
//数据保存
return
R
.
ok
(
excelList
);
return
R
.
ok
();
}
}
else
{
return
R
.
failed
(
"未识别
导
表格内容行!请检查表格!"
);
return
R
.
failed
(
"未识别
到
表格内容行!请检查表格!"
);
}
}
...
...
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