增加删除依次任务的所有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");
}
public String delWorkMSGWithStart(Long startId){
return "";
}
//流程流转发送消息
public String sendWorkMSGWithAsyn(Long resultRecordId , int type) {
@ -260,7 +264,7 @@ public class DingtalkBusiness {
}
public String sendWorkMSGWithAsyn(StaffSimpleInfo fromStaff, List<StaffSimpleInfo> toStaffids, int type) {
public String sendWorkMSGWithAsyn(StaffSimpleInfo fromStaff, List<StaffSimpleInfo> toStaffids, int type) {
if(toStaffids.size() > 0){
if (toStaffids.get(0).getEmployeeId() == null || toStaffids.get(0).getEmployeeId().length() == 0) {
//查询第三方id
@ -532,9 +536,7 @@ public class DingtalkBusiness {
}
}
}
}
}
}else{
logger.info("ThreadSendMessage token无效"); ;