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

修改每日考勤记录重复多条情况

parent 1ef8cdea
......@@ -100,7 +100,7 @@ public abstract class AbstractDingTalkService implements IDingPersonService {
throw new AppException(String.format("code:{},errorMsg:{}", rsp.getErrcode(), rsp.getErrmsg()));
}
} else {
log.info("redis dingding token:{}",dingToken);
// log.info("redis dingding token:{}",dingToken);
return dingToken;
}
} catch (Exception e) {
......
......@@ -38,8 +38,8 @@ Authorization: {{authToken}}
Content-Type: application/json
{
"attendanceDateStart":"2024-02-01",
"attendanceDateEnd":"2024-03-01"
"attendanceDateStart":"2024-03-01",
"attendanceDateEnd":"2024-03-13"
}
###海康考勤打卡记录计算1
......@@ -71,8 +71,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceHikRecordCustom
Content-Type: application/json
{
"attendanceDateStart":"2024-03-11",
"attendanceDateEnd":"2024-03-11"
"attendanceDateStart":"2024-03-01",
"attendanceDateEnd":"2024-03-13"
}
......@@ -80,7 +80,7 @@ Content-Type: application/json
POST {{baseUrl}}//attendance/stat/summary
Content-Type: application/json
{"summaryTimeStart":"2024-02-01","summaryTimeEnd":"2024-02-29"}
{"summaryTimeStart":"2024-03-01","summaryTimeEnd":"2024-03-13"}
###短信设置编辑
......@@ -107,8 +107,8 @@ Authorization: {{authToken}}
Content-Type: application/json
{
"startTimeStart":"2024-03-12",
"endTimeEnd":"2024-03-12"
"startTimeStart":"2024-03-04",
"endTimeEnd":"2024-03-05"
}
......
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