Commit 172f6853 authored by 周亚武's avatar 周亚武

钉钉相关接口

parent 9a0aa066
......@@ -342,7 +342,7 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID
GetProcessInstanceResponseBody.GetProcessInstanceResponseBodyResult result = rest.getData();
log.info("审批详情:" + JSONObject.toJSONString(result));
if (result.getTitle().contains("请假") || result.getTitle().contains("外出")) { //只处理请假的审批单
if (result.getTitle().contains("请假") || result.getTitle().contains("外出") || result.getTitle().contains("出差")) { //只处理请假、外出、出差 的审批单
AttendanceLeaveRecordEntity leaveRecordEntity = new AttendanceLeaveRecordEntity();
leaveRecordEntity.initAttrValue();
......
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