Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
09c50cb5
Commit
09c50cb5
authored
Jul 09, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试bug修改
parent
7f03ec98
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
attendance-performance-manager/src/main/java/com/mortals/xhx/module/staff/service/impl/StaffServiceImpl.java
...rtals/xhx/module/staff/service/impl/StaffServiceImpl.java
+4
-4
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/staff/service/impl/StaffServiceImpl.java
View file @
09c50cb5
...
@@ -440,10 +440,10 @@ public class StaffServiceImpl extends AbstractCRUDCacheServiceImpl<StaffDao, Sta
...
@@ -440,10 +440,10 @@ public class StaffServiceImpl extends AbstractCRUDCacheServiceImpl<StaffDao, Sta
if
(
temp
==
null
)
{
if
(
temp
==
null
)
{
throw
new
AppException
(
"人员信息ID不正确"
);
throw
new
AppException
(
"人员信息ID不正确"
);
}
}
CheckTypeEnum
checkTypeEnum
=
CheckTypeEnum
.
getByValue
(
pdu
.
getType
());
//
CheckTypeEnum checkTypeEnum = CheckTypeEnum.getByValue(pdu.getType());
if
(
checkTypeEnum
==
null
)
{
//
if (checkTypeEnum == null) {
throw
new
AppException
(
"考核类型不正确"
);
//
throw new AppException("考核类型不正确");
}
//
}
StaffEntity
update
=
new
StaffEntity
();
StaffEntity
update
=
new
StaffEntity
();
update
.
setId
(
pdu
.
getStaffId
());
update
.
setId
(
pdu
.
getStaffId
());
//1.考勤绩效,2.评价绩效,3.办件绩效,4.效能绩效,5.其它绩效,6.投诉绩效
//1.考勤绩效,2.评价绩效,3.办件绩效,4.效能绩效,5.其它绩效,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