Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
8f017ff3
Commit
8f017ff3
authored
Jul 21, 2020
by
lal
Committed by
chenzg
Jul 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
2fe03523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/main/java/cn/timer/api/controller/kqgl/AttController.java
+9
-0
No files found.
src/main/java/cn/timer/api/controller/kqgl/AttController.java
View file @
8f017ff3
...
@@ -77,6 +77,7 @@ import cn.timer.api.bean.yggl.YgglMainEmp;
...
@@ -77,6 +77,7 @@ import cn.timer.api.bean.yggl.YgglMainEmp;
import
cn.timer.api.config.Initialization.StaticVariable
;
import
cn.timer.api.config.Initialization.StaticVariable
;
import
cn.timer.api.config.annotation.CurrentUser
;
import
cn.timer.api.config.annotation.CurrentUser
;
import
cn.timer.api.config.annotation.UserBean
;
import
cn.timer.api.config.annotation.UserBean
;
import
cn.timer.api.controller.kqgl.atttimer.RealTimeUpdate
;
import
cn.timer.api.dao.kqgl.AttGroupBinPunchModeMapper
;
import
cn.timer.api.dao.kqgl.AttGroupBinPunchModeMapper
;
import
cn.timer.api.dao.kqgl.AttendanceGroupMapper
;
import
cn.timer.api.dao.kqgl.AttendanceGroupMapper
;
import
cn.timer.api.dao.kqgl.AttendanceMachineMapper
;
import
cn.timer.api.dao.kqgl.AttendanceMachineMapper
;
...
@@ -1291,6 +1292,8 @@ public class AttController {
...
@@ -1291,6 +1292,8 @@ public class AttController {
return
ResultUtil
.
data
(
tesulist
);
return
ResultUtil
.
data
(
tesulist
);
}
}
@Autowired
private
RealTimeUpdate
realtimeupdate
;
/**
/**
* 修改考勤基本信息
* 修改考勤基本信息
...
@@ -1551,6 +1554,12 @@ public class AttController {
...
@@ -1551,6 +1554,12 @@ public class AttController {
}
}
try
{
realtimeupdate
.
AttendanceTask
(
userBean
.
getOrgCode
(),
attgrpid
,
1
,
null
);
}
catch
(
ParseException
e
)
{
e
.
printStackTrace
();
}
// if (shiftmanagementservice.updateByPrimaryKeySelective(shif) > 0) {
// if (shiftmanagementservice.updateByPrimaryKeySelective(shif) > 0) {
return
ResultUtil
.
data
(
null
,
"修改考勤组信息成功"
);
return
ResultUtil
.
data
(
null
,
"修改考勤组信息成功"
);
// }
// }
...
...
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