Commit bf74e50e authored by 赵啸非's avatar 赵啸非

修改请假计算考勤

parent 8fd1ba6e
...@@ -37,8 +37,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord ...@@ -37,8 +37,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord
Content-Type: application/json Content-Type: application/json
{ {
"attendanceDateStart": "2024-07-01", "attendanceDateStart": "2024-07-08",
"attendanceDateEnd": "2024-07-31" "attendanceDateEnd": "2024-07-10"
} }
###海康考勤打卡记录计算1 ###海康考勤打卡记录计算1
...@@ -46,9 +46,9 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord ...@@ -46,9 +46,9 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord
Content-Type: application/json Content-Type: application/json
{ {
"attendanceDateStart": "2024-07-03", "attendanceDateStart": "2024-07-01",
"attendanceDateEnd": "2024-07-03", "attendanceDateEnd": "2024-07-31",
"staffId": 365 "staffId": 737
} }
......
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