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
066b1c04
Commit
066b1c04
authored
Aug 05, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.14-薪资人员导入校验优化
parent
85d1dcc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
SalaryAccountUtil.java
...ifu/cloud/plus/v1/yifu/salary/util/SalaryAccountUtil.java
+5
-1
No files found.
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/util/SalaryAccountUtil.java
View file @
066b1c04
...
@@ -774,7 +774,7 @@ public class SalaryAccountUtil implements Serializable {
...
@@ -774,7 +774,7 @@ public class SalaryAccountUtil implements Serializable {
entity
.
setEmpId
(
emp
.
getId
());
entity
.
setEmpId
(
emp
.
getId
());
entity
.
setEmpIdcard
(
emp
.
getEmpIdcard
());
entity
.
setEmpIdcard
(
emp
.
getEmpIdcard
());
entity
.
setEmpName
(
emp
.
getEmpName
());
entity
.
setEmpName
(
emp
.
getEmpName
());
entity
.
setEmpPhone
(
emp
.
getEmpPhone
());
// hgs 2024-7-19 09:33:29 新增按照页面开关与新员工字段,来更新员工信息:
// hgs 2024-7-19 09:33:29 新增按照页面开关与新员工字段,来更新员工信息:
if
(
SalaryConstants
.
SALARY_STYLE_BANK
.
equals
(
salaryStyle
))
{
if
(
SalaryConstants
.
SALARY_STYLE_BANK
.
equals
(
salaryStyle
))
{
if
(
CommonConstants
.
ONE_STRING
.
equals
(
newEmpUpdateFlag
)
&&
isNewEmployee
)
{
if
(
CommonConstants
.
ONE_STRING
.
equals
(
newEmpUpdateFlag
)
&&
isNewEmployee
)
{
...
@@ -897,6 +897,7 @@ public class SalaryAccountUtil implements Serializable {
...
@@ -897,6 +897,7 @@ public class SalaryAccountUtil implements Serializable {
entity
.
setBankProvince
(
String
.
valueOf
(
emp
.
getBankProvince
()));
entity
.
setBankProvince
(
String
.
valueOf
(
emp
.
getBankProvince
()));
entity
.
setBankCity
(
String
.
valueOf
(
emp
.
getBankCity
()));
entity
.
setBankCity
(
String
.
valueOf
(
emp
.
getBankCity
()));
entity
.
setBankSubName
(
emp
.
getBankSubName
());
entity
.
setBankSubName
(
emp
.
getBankSubName
());
entity
.
setEmpPhone
(
emp
.
getEmpPhone
());
}
else
{
}
else
{
if
(
Common
.
isNotNull
(
emp
.
getBankName
()))
{
if
(
Common
.
isNotNull
(
emp
.
getBankName
()))
{
if
(
bankMap
.
get
(
emp
.
getBankName
())
==
null
)
{
if
(
bankMap
.
get
(
emp
.
getBankName
())
==
null
)
{
...
@@ -928,7 +929,10 @@ public class SalaryAccountUtil implements Serializable {
...
@@ -928,7 +929,10 @@ public class SalaryAccountUtil implements Serializable {
}
else
{
}
else
{
entity
.
setBankCity
(
null
);
entity
.
setBankCity
(
null
);
}
}
entity
.
setEmpPhone
(
emp
.
getEmpPhone
());
}
}
}
else
{
entity
.
setEmpPhone
(
emp
.
getEmpPhone
());
}
}
if
(!
"3"
.
equals
(
salaryType
)
&&
!
"4"
.
equals
(
salaryType
))
{
if
(!
"3"
.
equals
(
salaryType
)
&&
!
"4"
.
equals
(
salaryType
))
{
if
(
emp
.
getTaxMonth
().
length
()
>
CommonConstants
.
dingleDigitIntArray
[
6
])
{
if
(
emp
.
getTaxMonth
().
length
()
>
CommonConstants
.
dingleDigitIntArray
[
6
])
{
...
...
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