清空待办bug修复

This commit is contained in:
wulin 2020-11-20 15:58:20 +08:00
parent bd68d0b157
commit b3e24894bb

View File

@ -223,7 +223,7 @@ public class DingtalkBusiness {
public String delWorkMSGWithStart(List<Long> recordIds){
logger.info("批量删除待办任务{}", recordIds.size());
ThreadSendMessage threadSendMessage = new ThreadSendMessage();
threadSendMessage.setUpdateData(recordIds, WorkMsgTypeEnum.CLEARN, appid);
Thread thread = new Thread(threadSendMessage);
@ -421,7 +421,7 @@ public class DingtalkBusiness {
logger.info("开始批量推送消息,数量{}, appid{}", toStaffids.size(), appid);
ThirdAppConfig thirdAppConfig = thirdAppConfigService.getByAppId(appid);
String token = dingTalkUtil.getAccessTokenWitchEntity(thirdAppConfig);
if(workMsgTypeEnum.getType() == WorkMsgTypeEnum.URGING.getType()){
if(workMsgTypeEnum.getType() == WorkMsgTypeEnum.CLEARN.getType()){
//绩效催办
logger.info("绩效清空");