Commit 5cb9b87f authored by 赵啸非's avatar 赵啸非

添加部分打印日志

parent 7d8dc654
...@@ -295,7 +295,7 @@ public class PerformAttendRecordServiceImpl extends AbstractCRUDServiceImpl<Perf ...@@ -295,7 +295,7 @@ public class PerformAttendRecordServiceImpl extends AbstractCRUDServiceImpl<Perf
if (!ObjectUtils.isEmpty(checkAttendRecordEntities)) { if (!ObjectUtils.isEmpty(checkAttendRecordEntities)) {
Long[] checkIds = checkAttendRecordEntities.stream().map(i -> i.getId()).toArray(Long[]::new); Long[] checkIds = checkAttendRecordEntities.stream().map(i -> i.getId()).toArray(Long[]::new);
checkAttendRecordService.remove(checkIds,context); checkAttendRecordService.remove(checkIds,context);
log.info("删除考勤核查记录成功,size:{}",checkIds.length); // log.info("删除考勤核查记录成功,size:{}",checkIds.length);
} }
} }
} }
......
...@@ -133,8 +133,8 @@ Authorization: {{authToken}} ...@@ -133,8 +133,8 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"startTimeStart": "2024-03-01", "startTimeStart": "2024-03-21",
"endTimeEnd": "2024-04-08" "endTimeEnd": "2024-03-21"
} }
......
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