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
e274bd2b
Commit
e274bd2b
authored
Jul 21, 2020
by
leialin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lal' into 'develop'
Lal See merge request 8timerv2/8timerapiv200!335
parents
9b413944
88e9e36c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/main/java/cn/timer/api/controller/crm/CrmController.java
+1
-0
src/main/java/cn/timer/api/controller/kqgl/AttController.java
+9
-0
No files found.
src/main/java/cn/timer/api/controller/crm/CrmController.java
View file @
e274bd2b
...
...
@@ -1420,6 +1420,7 @@ public class CrmController {
crmClientData
.
setClientUrl
(
clientUrl
);
crmClientData
.
setClientEmail
(
clientEmail
);
crmClientData
.
setAddress
(
clientAddress
);
crmClientData
.
setOrgCode
(
orgCode
);
crmClientData
.
insert
();
Integer
cid
=
crmClientData
.
getId
();
...
...
src/main/java/cn/timer/api/controller/kqgl/AttController.java
View file @
e274bd2b
...
...
@@ -77,6 +77,7 @@ import cn.timer.api.bean.yggl.YgglMainEmp;
import
cn.timer.api.config.Initialization.StaticVariable
;
import
cn.timer.api.config.annotation.CurrentUser
;
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.AttendanceGroupMapper
;
import
cn.timer.api.dao.kqgl.AttendanceMachineMapper
;
...
...
@@ -1291,6 +1292,8 @@ public class AttController {
return
ResultUtil
.
data
(
tesulist
);
}
@Autowired
private
RealTimeUpdate
realtimeupdate
;
/**
* 修改考勤基本信息
...
...
@@ -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) {
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