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
165f4516
Commit
165f4516
authored
Jul 16, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加用户类型修改
parent
07c454fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
attendance-performance-manager/src/main/java/com/mortals/xhx/module/perform/service/impl/PerformDeptConfDetailServiceImpl.java
...erform/service/impl/PerformDeptConfDetailServiceImpl.java
+2
-2
attendance-performance-manager/src/main/java/com/mortals/xhx/module/perform/service/impl/PerformStaffConfDetailServiceImpl.java
...rform/service/impl/PerformStaffConfDetailServiceImpl.java
+2
-2
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/perform/service/impl/PerformDeptConfDetailServiceImpl.java
View file @
165f4516
...
@@ -33,10 +33,10 @@ public class PerformDeptConfDetailServiceImpl extends AbstractCRUDServiceImpl<Pe
...
@@ -33,10 +33,10 @@ public class PerformDeptConfDetailServiceImpl extends AbstractCRUDServiceImpl<Pe
}
}
PerformDeptConfDetailEntity
entity
=
new
PerformDeptConfDetailEntity
();
PerformDeptConfDetailEntity
entity
=
new
PerformDeptConfDetailEntity
();
entity
.
setId
(
id
);
entity
.
setId
(
id
);
if
(
temp
.
getEnable
()
==
EnabledEnum
.
停
止
.
getValue
()){
if
(
temp
.
getEnable
()
==
EnabledEnum
.
停
用
.
getValue
()){
entity
.
setEnable
(
EnabledEnum
.
启用
.
getValue
());
entity
.
setEnable
(
EnabledEnum
.
启用
.
getValue
());
}
else
{
}
else
{
entity
.
setEnable
(
EnabledEnum
.
停
止
.
getValue
());
entity
.
setEnable
(
EnabledEnum
.
停
用
.
getValue
());
}
}
if
(
context
!=
null
&&
context
.
getUser
()!=
null
){
if
(
context
!=
null
&&
context
.
getUser
()!=
null
){
entity
.
setUpdateTime
(
new
Date
());
entity
.
setUpdateTime
(
new
Date
());
...
...
attendance-performance-manager/src/main/java/com/mortals/xhx/module/perform/service/impl/PerformStaffConfDetailServiceImpl.java
View file @
165f4516
...
@@ -34,10 +34,10 @@ public class PerformStaffConfDetailServiceImpl extends AbstractCRUDServiceImpl<P
...
@@ -34,10 +34,10 @@ public class PerformStaffConfDetailServiceImpl extends AbstractCRUDServiceImpl<P
}
}
PerformStaffConfDetailEntity
entity
=
new
PerformStaffConfDetailEntity
();
PerformStaffConfDetailEntity
entity
=
new
PerformStaffConfDetailEntity
();
entity
.
setId
(
id
);
entity
.
setId
(
id
);
if
(
temp
.
getEnable
()
==
EnabledEnum
.
停
止
.
getValue
()){
if
(
temp
.
getEnable
()
==
EnabledEnum
.
停
用
.
getValue
()){
entity
.
setEnable
(
EnabledEnum
.
启用
.
getValue
());
entity
.
setEnable
(
EnabledEnum
.
启用
.
getValue
());
}
else
{
}
else
{
entity
.
setEnable
(
EnabledEnum
.
停
止
.
getValue
());
entity
.
setEnable
(
EnabledEnum
.
停
用
.
getValue
());
}
}
if
(
context
!=
null
&&
context
.
getUser
()!=
null
){
if
(
context
!=
null
&&
context
.
getUser
()!=
null
){
entity
.
setUpdateTime
(
new
Date
());
entity
.
setUpdateTime
(
new
Date
());
...
...
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