Commit 2b175369 authored by 赵啸非's avatar 赵啸非

添加统计异常详细信息

parent b267048c
...@@ -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 {
......
...@@ -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/addAttendanceRecordCustom
Authorization: {{authToken}} Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"attendanceDateStart":"2024-01-01", "attendanceDateStart":"2023-12-01",
"attendanceDateEnd":"2024-01-03" "attendanceDateEnd":"2023-12-30"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment