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

修改统计查询结果

parent 33c2fcc4
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<if test="summaryTypeList != null and summaryTypeList.size>0"> <if test="summaryTypeList != null and summaryTypeList.size>0">
AND s.attendanceSummary REGEXP AND s.attendanceSummary REGEXP
<foreach collection="summaryTypeList" open="'" close="'" index="index" item="item" separator="|"> <foreach collection="summaryTypeList" open="'" close="'" index="index" item="item" separator="|">
#{item} ${item}
</foreach> </foreach>
</if> </if>
......
...@@ -179,3 +179,16 @@ Authorization: {{authToken}} ...@@ -179,3 +179,16 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{"alarmTime":1714285745000,"attendanceGroupName":"","duration":3000,"fileNames":"image.jpg","filePaths":"file/fileupload/1715236144379.jpg","happenTime":1715149753000,"irregularType":3,"performType":"effect","ruleId":25,"staffId":774,"windowNum":""} {"alarmTime":1714285745000,"attendanceGroupName":"","duration":3000,"fileNames":"image.jpg","filePaths":"file/fileupload/1715236144379.jpg","happenTime":1715149753000,"irregularType":3,"performType":"effect","ruleId":25,"staffId":774,"windowNum":""}
###海康考勤打卡记录计算
POST {{baseUrl}}/attendance/stat/listExt
Content-Type: application/json
{
"summaryTimeStart": "2024-08-01",
"summaryTimeEnd": "2024-08-02",
"summaryTypeList": ["正常","假"]
}
\ No newline at end of file
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