增加删除依次任务的所有id
This commit is contained in:
parent
cbc37c3549
commit
94bc2dd60e
@ -221,6 +221,10 @@ public class DingtalkBusiness {
|
||||
return sendWorkMSGByEntity(appid, fromStaffEntity, toStaffEntity, workMsgTypeEnum, "https://www.baidu.com");
|
||||
}
|
||||
|
||||
public String delWorkMSGWithStart(Long startId){
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
//流程流转发送消息
|
||||
public String sendWorkMSGWithAsyn(Long resultRecordId , int type) {
|
||||
@ -532,9 +536,7 @@ public class DingtalkBusiness {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}else{
|
||||
logger.info("ThreadSendMessage token无效"); ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user