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
2b175369
Commit
2b175369
authored
Jan 03, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加统计异常详细信息
parent
b267048c
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/attendance/service/work/FixWorkOtherAttendance.java
...odule/attendance/service/work/FixWorkOtherAttendance.java
+1
-1
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/work/FixWorkOtherAttendance.java
View file @
2b175369
...
@@ -90,8 +90,8 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
...
@@ -90,8 +90,8 @@ public class FixWorkOtherAttendance extends AttendanceWorkAbstract {
if
(
weekClassId
==
-
1L
)
{
if
(
weekClassId
==
-
1L
)
{
//跳过本次循环
//跳过本次循环
log
.
info
(
"当前日期不在考勤时间范围内,不做处理!"
);
if
(!
checkWorkByHoliday
)
{
if
(!
checkWorkByHoliday
)
{
// log.info("当前日期不在考勤时间范围内,不做处理!");
return
;
return
;
}
}
}
else
{
}
else
{
...
...
attendance-performance-manager/src/test/java/com/mortals/httpclient/system.http
View file @
2b175369
...
@@ -28,13 +28,13 @@ Content-Type: application/json
...
@@ -28,13 +28,13 @@ Content-Type: application/json
###海康考勤打卡记录计算
###海康考勤打卡记录计算
POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord
POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord
Custom
Authorization: {{authToken}}
Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
"attendanceDateStart":"202
4-01
-01",
"attendanceDateStart":"202
3-12
-01",
"attendanceDateEnd":"202
4-01-03
"
"attendanceDateEnd":"202
3-12-30
"
}
}
...
...
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