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

修改统计查询结果

parent b1d87669
......@@ -21,9 +21,7 @@
<if test="summaryTypeList != null and summaryTypeList.size>0">
AND s.attendanceSummary REGEXP
<foreach collection="summaryTypeList" open="'" close="'" index="index" item="item" separator="|">
${item}
</foreach>
<foreach collection="summaryTypeList" open="'" close="'" index="index" item="item" separator="|">${item}</foreach>
</if>
</select>
......
......@@ -188,7 +188,7 @@ Content-Type: application/json
{
"summaryTimeStart": "2024-08-01",
"summaryTimeEnd": "2024-08-02",
"summaryTimeEnd": "2024-08-30",
"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