From dc5c5fae194e2db411f05e6929f9caf9d39c297b Mon Sep 17 00:00:00 2001 From: wulin Date: Fri, 20 Nov 2020 18:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lz/modules/job/business/DingtalkBusiness.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/java/com/lz/modules/job/business/DingtalkBusiness.java b/src/main/java/com/lz/modules/job/business/DingtalkBusiness.java index 93f0fb1d..aebd5c9b 100644 --- a/src/main/java/com/lz/modules/job/business/DingtalkBusiness.java +++ b/src/main/java/com/lz/modules/job/business/DingtalkBusiness.java @@ -247,6 +247,15 @@ public class DingtalkBusiness { if(type == WorkMsgTypeEnum.REJECT.getType()){//被拒 sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.REJECT.getType()); + }else if(type == WorkMsgTypeEnum.URGING.getType()){//被拒 + + sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.URGING.getType()); + }else if(type == WorkMsgTypeEnum.SKIP.getType()){//被拒 + + sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.SKIP.getType()); + }else if(type == WorkMsgTypeEnum.TRANSFER.getType()){//被拒 + + sendWorkMSGWithAsyn(null, toStaffids, WorkMsgTypeEnum.TRANSFER.getType()); }else{ /*List flowRecords = flowRecordService.selectFlowRecordByRecordIdStatus(resultRecordId, 2);