Commit 21c891b7 authored by 赵啸非's avatar 赵啸非

修改日志保存天数

parent e25349ba
......@@ -25,7 +25,7 @@
<fileNamePattern>${logFilePath}/${springApplicationName:-default}/${springApplicationName:-default}-info.log.%d{yyyyMMdd}</fileNamePattern>
<cleanHistoryOnStart>true</cleanHistoryOnStart>
<!--日志文件保留天数-->
<MaxHistory>15</MaxHistory>
<MaxHistory>30</MaxHistory>
</rollingPolicy>
</appender>
<!-- 异常文件输出策略-->
......
......@@ -37,8 +37,8 @@ POST {{baseUrl}}/attendance/record/hik/addAttendanceRecord
Content-Type: application/json
{
"attendanceDateStart": "2024-02-01",
"attendanceDateEnd": "2024-02-29"
"attendanceDateStart": "2024-03-01",
"attendanceDateEnd": "2024-03-31"
}
###海康考勤打卡记录计算1
......@@ -79,8 +79,8 @@ POST {{baseUrl}}/attendance/stat/summary
Content-Type: application/json
{
"summaryTimeStart": "2024-03-15",
"summaryTimeEnd": "2024-03-15"
"summaryTimeStart": "2024-03-01",
"summaryTimeEnd": "2024-03-31"
}
......@@ -133,8 +133,8 @@ Authorization: {{authToken}}
Content-Type: application/json
{
"startTimeStart": "2024-03-08",
"endTimeEnd": "2024-03-09"
"startTimeStart": "2024-03-01",
"endTimeEnd": "2024-04-08"
}
......
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