Commit 3a79cad0 authored by 赵啸非's avatar 赵啸非

添加部分打印日志

parent 172f6853
......@@ -210,7 +210,7 @@ public class AttendanceRecordErrorServiceImpl extends AbstractCRUDServiceImpl<At
if (!ObjectUtils.isEmpty(delAttendRecords)) {
Long[] delIds = delAttendRecords.stream().map(i -> i.getId()).toArray(Long[]::new);
performAttendRecordService.remove(delIds, context);
log.info("删除考勤记录成功,size:{}", delIds.length);
//log.info("删除考勤记录成功,size:{}", delIds.length);
}
}
}
......
......@@ -916,9 +916,9 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID
}
} catch (DingCallbackCrypto.DingTalkEncryptException e) {
e.printStackTrace();
// log.error("钉钉回调解密失败" + e.toString()");
} catch (Exception e) {
log.info("请假记录表操作异常->" + e.toString());
log.error("请假记录表操作异常->" ,e);
throw new RuntimeException(e);
}
......
......@@ -133,8 +133,8 @@ Authorization: {{authToken}}
Content-Type: application/json
{
"startTimeStart": "2024-03-21",
"endTimeEnd": "2024-03-21"
"startTimeStart": "2024-03-01",
"endTimeEnd": "2024-04-09"
}
......
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