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
896a0aef
Commit
896a0aef
authored
Mar 13, 2024
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步钉钉记录
parent
92c4f859
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/service/impl/AttendanceLeaveRecordServiceImpl.java
...ndance/service/impl/AttendanceLeaveRecordServiceImpl.java
+2
-0
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+3
-3
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/service/impl/AttendanceLeaveRecordServiceImpl.java
View file @
896a0aef
...
@@ -201,6 +201,8 @@ public class AttendanceLeaveRecordServiceImpl extends AbstractCRUDServiceImpl<At
...
@@ -201,6 +201,8 @@ public class AttendanceLeaveRecordServiceImpl extends AbstractCRUDServiceImpl<At
leaveRecord
.
setRemark
(
process
);
leaveRecord
.
setRemark
(
process
);
leaveRecord
.
setStaffId
(
item
.
getCustomerId
());
leaveRecord
.
setStaffId
(
item
.
getCustomerId
());
waitSyncLeaveRecords
.
add
(
leaveRecord
);
waitSyncLeaveRecords
.
add
(
leaveRecord
);
log
.
info
(
"更新记录成功==>"
+
process
);
}
}
}
else
{
}
else
{
nextToken
=
DataUtil
.
converStr2Long
(
rest
.
getData
().
getNextToken
(),
0L
);
nextToken
=
DataUtil
.
converStr2Long
(
rest
.
getData
().
getNextToken
(),
0L
);
...
...
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
View file @
896a0aef
...
@@ -5,7 +5,7 @@ Content-Type: application/json
...
@@ -5,7 +5,7 @@ Content-Type: application/json
{
{
"loginName":"admin",
"loginName":"admin",
"password":"
xhxADMIN8@a
",
"password":"
admin
",
"securityCode":"admin"
"securityCode":"admin"
}
}
...
@@ -107,8 +107,8 @@ Authorization: {{authToken}}
...
@@ -107,8 +107,8 @@ Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
"startTimeStart":"2024-03-
04
",
"startTimeStart":"2024-03-
12
",
"endTimeEnd":"2024-03-
04
"
"endTimeEnd":"2024-03-
12
"
}
}
...
...
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