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
a0f7a3ff
Commit
a0f7a3ff
authored
Oct 28, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.0 优化
parent
5bb51b1b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
52 deletions
+54
-52
TPreEmpMainServiceImpl.java
...v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
+54
-52
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
View file @
a0f7a3ff
...
@@ -3113,7 +3113,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
...
@@ -3113,7 +3113,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
List
<
String
>
idCardList
=
new
ArrayList
<>();
List
<
String
>
idCardList
=
new
ArrayList
<>();
for
(
PreUploadEmpImportVo
info
:
excelList
)
{
for
(
PreUploadEmpImportVo
info
:
excelList
)
{
errorCheck
=
new
StringBuilder
();
errorCheck
=
new
StringBuilder
();
if
(
Common
.
isNotNull
(
info
.
getIsMain
())
&&
Boolean
.
TRUE
.
equals
(
info
.
getIsMain
()))
{
if
(
Common
.
isNotNull
(
info
.
getIsMain
()))
{
if
(
Boolean
.
TRUE
.
equals
(
info
.
getIsMain
()))
{
if
(
Common
.
isNotNull
(
info
.
getEmpName
()))
{
if
(
Common
.
isNotNull
(
info
.
getEmpName
()))
{
if
(
idCardFlag
==
0
)
{
if
(
idCardFlag
==
0
)
{
if
(
Common
.
isNotNull
(
info
.
getEmpIdcard
()))
{
if
(
Common
.
isNotNull
(
info
.
getEmpIdcard
()))
{
...
@@ -3186,6 +3187,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
...
@@ -3186,6 +3187,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
}
}
}
}
}
}
}
if
(
errorCheck
.
length
()
>
0
)
{
if
(
errorCheck
.
length
()
>
0
)
{
info
.
setErrorInfo
(
info
.
getErrorInfo
()
+
"校验未通过:"
+
errorCheck
);
info
.
setErrorInfo
(
info
.
getErrorInfo
()
+
"校验未通过:"
+
errorCheck
);
errorList
.
add
(
info
);
errorList
.
add
(
info
);
...
...
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