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
a4ce73ee
Commit
a4ce73ee
authored
Jul 31, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改固定班次考勤
parent
8b2dadf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
attendance-performance-manager/src/main/java/com/mortals/xhx/module/check/service/impl/CheckOtherRecordServiceImpl.java
...odule/check/service/impl/CheckOtherRecordServiceImpl.java
+1
-1
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/check/service/impl/CheckOtherRecordServiceImpl.java
View file @
a4ce73ee
...
@@ -131,7 +131,7 @@ public class CheckOtherRecordServiceImpl extends AbstractCRUDServiceImpl<CheckOt
...
@@ -131,7 +131,7 @@ public class CheckOtherRecordServiceImpl extends AbstractCRUDServiceImpl<CheckOt
checkDingMsg
.
setUserIds
(
personRest
.
getData
());
checkDingMsg
.
setUserIds
(
personRest
.
getData
());
checkDingMsg
.
setDateTime
(
DateUtil
.
formatDateTime
(
entity
.
getHappenTime
()
==
null
?
new
Date
()
:
entity
.
getHappenTime
()));
checkDingMsg
.
setDateTime
(
DateUtil
.
formatDateTime
(
entity
.
getHappenTime
()
==
null
?
new
Date
()
:
entity
.
getHappenTime
()));
checkDingMsg
.
setRuleStr
(
ruleStr
);
checkDingMsg
.
setRuleStr
(
ruleStr
);
checkDingMsg
.
setPerformTypeStr
(
PerformTypeEnum
.
评价差评
绩效
.
getDesc
());
checkDingMsg
.
setPerformTypeStr
(
PerformTypeEnum
.
其它
绩效
.
getDesc
());
checkDingMsg
.
setScore
(
entity
.
getScore
().
toString
());
checkDingMsg
.
setScore
(
entity
.
getScore
().
toString
());
checkDingMsg
.
setSubAddType
(
entity
.
getSubAddType
());
checkDingMsg
.
setSubAddType
(
entity
.
getSubAddType
());
checkDingMsg
.
setPath
(
String
.
format
(
"#/appealinfo?id=%s&&performType=%s&subAddType=%s"
,
entity
.
getId
(),
PerformTypeEnum
.
其它绩效
.
getValue
(),
entity
.
getSubAddType
()));
checkDingMsg
.
setPath
(
String
.
format
(
"#/appealinfo?id=%s&&performType=%s&subAddType=%s"
,
entity
.
getId
(),
PerformTypeEnum
.
其它绩效
.
getValue
(),
entity
.
getSubAddType
()));
...
...
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