Commit cc1cdaf7 authored by 周亚武's avatar 周亚武

钉钉相关接口

parent 8e5a5ffa
......@@ -233,7 +233,7 @@ public class DingMessageController {
leaveRecordEntity.setAuditResult(2);
}
log.info("auditresult:"+leaveRecordEntity.getAuditResult());
log.info("钉钉返回的result:"+result.getResult()+"\nauditresult:"+leaveRecordEntity.getAuditResult());
leaveRecordEntity.setAuditDesc(result.getOperationRecords().get(0).getRemark());
AttendanceLeaveRecordEntity recordEntity = attendanceLeaveRecordService.selectOne(new AttendanceLeaveRecordQuery().remark(processInstanceId));
......
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