This commit is contained in:
wulin 2020-11-20 19:08:51 +08:00
parent 293c9ee98f
commit 4febc4cb9e

View File

@ -511,6 +511,8 @@ public class DingtalkBusiness {
flowRecord.getApprovalStaffId(), 1, 1);
if(thirdMsgSendRecord != null){//把原来的任务更新掉
dingTalkUtil.updateWorkMSG(thirdMsgSendRecord, token);
}else{
logger.info("无需更新");
}
//}
}