增加删除依次任务的所有id

This commit is contained in:
wulin 2020-11-20 09:05:06 +08:00
parent cbc37c3549
commit 94bc2dd60e

View File

@ -221,6 +221,10 @@ public class DingtalkBusiness {
return sendWorkMSGByEntity(appid, fromStaffEntity, toStaffEntity, workMsgTypeEnum, "https://www.baidu.com"); return sendWorkMSGByEntity(appid, fromStaffEntity, toStaffEntity, workMsgTypeEnum, "https://www.baidu.com");
} }
public String delWorkMSGWithStart(Long startId){
return "";
}
//流程流转发送消息 //流程流转发送消息
public String sendWorkMSGWithAsyn(Long resultRecordId , int type) { public String sendWorkMSGWithAsyn(Long resultRecordId , int type) {
@ -532,9 +536,7 @@ public class DingtalkBusiness {
} }
} }
} }
} }
} }
}else{ }else{
logger.info("ThreadSendMessage token无效"); ; logger.info("ThreadSendMessage token无效"); ;