Commit 896a0aef authored by 周亚武's avatar 周亚武

同步钉钉记录

parent 92c4f859
...@@ -201,6 +201,8 @@ public class AttendanceLeaveRecordServiceImpl extends AbstractCRUDServiceImpl<At ...@@ -201,6 +201,8 @@ public class AttendanceLeaveRecordServiceImpl extends AbstractCRUDServiceImpl<At
leaveRecord.setRemark(process); leaveRecord.setRemark(process);
leaveRecord.setStaffId(item.getCustomerId()); leaveRecord.setStaffId(item.getCustomerId());
waitSyncLeaveRecords.add(leaveRecord); waitSyncLeaveRecords.add(leaveRecord);
log.info("更新记录成功==>"+process);
} }
} else { } else {
nextToken = DataUtil.converStr2Long(rest.getData().getNextToken(), 0L); nextToken = DataUtil.converStr2Long(rest.getData().getNextToken(), 0L);
......
...@@ -5,7 +5,7 @@ Content-Type: application/json ...@@ -5,7 +5,7 @@ Content-Type: application/json
{ {
"loginName":"admin", "loginName":"admin",
"password":"xhxADMIN8@a", "password":"admin",
"securityCode":"admin" "securityCode":"admin"
} }
...@@ -107,8 +107,8 @@ Authorization: {{authToken}} ...@@ -107,8 +107,8 @@ Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"startTimeStart":"2024-03-04", "startTimeStart":"2024-03-12",
"endTimeEnd":"2024-03-04" "endTimeEnd":"2024-03-12"
} }
......
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