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
e54977a2
Commit
e54977a2
authored
Jun 01, 2023
by
wangzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
03030ab8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TEmployeeRetirementServiceImpl.java
...archives/service/impl/TEmployeeRetirementServiceImpl.java
+2
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeRetirementServiceImpl.java
View file @
e54977a2
...
@@ -170,7 +170,7 @@ private TEmployeeRetirementFlagDetailMapper tEmployeeRetirementFlagDetailMapper;
...
@@ -170,7 +170,7 @@ private TEmployeeRetirementFlagDetailMapper tEmployeeRetirementFlagDetailMapper;
String
fileProvince
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getFileProvince
());
String
fileProvince
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getFileProvince
());
String
fileCity
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getFileCity
());
String
fileCity
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getFileCity
());
String
fileTown
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getFileTown
());
String
fileTown
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getFileTown
());
if
(
null
!=
fileProvince
&&
null
!=
fileCity
&&
null
!=
fileTown
)
{
if
(
null
!=
fileProvince
&&
null
!=
fileCity
)
{
if
(
null
!=
fileCity
&&
null
==
fileTown
)
{
if
(
null
!=
fileCity
&&
null
==
fileTown
)
{
tEmployeeRetirementExportVo
.
setFileAddress
(
fileProvince
+
"/"
+
fileCity
);
tEmployeeRetirementExportVo
.
setFileAddress
(
fileProvince
+
"/"
+
fileCity
);
}
else
{
}
else
{
...
@@ -180,7 +180,7 @@ private TEmployeeRetirementFlagDetailMapper tEmployeeRetirementFlagDetailMapper;
...
@@ -180,7 +180,7 @@ private TEmployeeRetirementFlagDetailMapper tEmployeeRetirementFlagDetailMapper;
String
socialProvince
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getSocialProvince
());
String
socialProvince
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getSocialProvince
());
String
socialCity
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getSocialCity
());
String
socialCity
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getSocialCity
());
String
socailTown
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getSocialTown
());
String
socailTown
=
baseMapper
.
selectByIdd
(
tEmployeeRetirementExportVo
.
getSocialTown
());
if
(
null
!=
socialProvince
&&
null
!=
socialCity
&&
null
!=
socailTown
)
{
if
(
null
!=
socialProvince
&&
null
!=
socialCity
)
{
if
(
null
!=
socialCity
&&
null
==
socailTown
)
{
if
(
null
!=
socialCity
&&
null
==
socailTown
)
{
tEmployeeRetirementExportVo
.
setSocialAddress
(
socialProvince
+
"/"
+
socialCity
);
tEmployeeRetirementExportVo
.
setSocialAddress
(
socialProvince
+
"/"
+
socialCity
);
}
else
{
}
else
{
...
...
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