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
5aa84d6b
Commit
5aa84d6b
authored
Nov 24, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-离职待办-派单暂存
parent
ce499548
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
TEmployeeContractInfoServiceImpl.java
...chives/service/impl/TEmployeeContractInfoServiceImpl.java
+2
-1
TEmployeeInfoServiceImpl.java
.../yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
+2
-1
TEmployeeProjectServiceImpl.java
...fu/archives/service/impl/TEmployeeProjectServiceImpl.java
+2
-1
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeContractInfoServiceImpl.java
View file @
5aa84d6b
...
@@ -1325,7 +1325,8 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
...
@@ -1325,7 +1325,8 @@ public class TEmployeeContractInfoServiceImpl extends ServiceImpl<TEmployeeContr
String
leaveDate
;
String
leaveDate
;
String
leaveReason
;
String
leaveReason
;
for
(
EmployeeContractVO
vo
:
excelVOList
)
{
for
(
EmployeeContractVO
vo
:
excelVOList
)
{
vo
.
setRowIndex
(
i
++);
i
++;
vo
.
setRowIndex
(
i
);
baseSearchVO
=
paramMap
.
get
(
vo
.
getContractId
());
baseSearchVO
=
paramMap
.
get
(
vo
.
getContractId
());
leaveId
=
null
;
leaveId
=
null
;
if
(
baseSearchVO
!=
null
)
{
if
(
baseSearchVO
!=
null
)
{
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
View file @
5aa84d6b
...
@@ -699,8 +699,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
...
@@ -699,8 +699,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
Map
<
Integer
,
String
>
rowLeaveMap
=
new
HashMap
<>();
Map
<
Integer
,
String
>
rowLeaveMap
=
new
HashMap
<>();
int
i
=
0
;
int
i
=
0
;
for
(
BaseSearchVO
param
:
listParam
)
{
for
(
BaseSearchVO
param
:
listParam
)
{
i
++;
vo
=
new
EmployeeLeaveVO
();
vo
=
new
EmployeeLeaveVO
();
vo
.
setRowIndex
(
i
++
);
vo
.
setRowIndex
(
i
);
vo
.
setEmpName
(
param
.
getEmpName
());
vo
.
setEmpName
(
param
.
getEmpName
());
vo
.
setEmpIdcard
(
param
.
getEmpIdCard
());
vo
.
setEmpIdcard
(
param
.
getEmpIdCard
());
vo
.
setLeaveReason
(
param
.
getResultIdThree
());
vo
.
setLeaveReason
(
param
.
getResultIdThree
());
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeProjectServiceImpl.java
View file @
5aa84d6b
...
@@ -633,8 +633,9 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
...
@@ -633,8 +633,9 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
Map
<
Integer
,
String
>
rowLeaveMap
=
new
HashMap
<>();
Map
<
Integer
,
String
>
rowLeaveMap
=
new
HashMap
<>();
int
i
=
0
;
int
i
=
0
;
for
(
BaseSearchVO
param
:
listParam
)
{
for
(
BaseSearchVO
param
:
listParam
)
{
i
++;
vo
=
new
EmployeeXProjectVO
();
vo
=
new
EmployeeXProjectVO
();
vo
.
setRowIndex
(
i
++
);
vo
.
setRowIndex
(
i
);
vo
.
setEmpName
(
param
.
getEmpName
());
vo
.
setEmpName
(
param
.
getEmpName
());
vo
.
setEmpIdcard
(
param
.
getEmpIdCard
());
vo
.
setEmpIdcard
(
param
.
getEmpIdCard
());
vo
.
setDeptNo
(
param
.
getDeptNo
());
vo
.
setDeptNo
(
param
.
getDeptNo
());
...
...
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