fix
This commit is contained in:
parent
7b87828450
commit
c227832a0e
@ -169,6 +169,13 @@ public class AssessManagerServiceImpl implements AssessManagerService {
|
|||||||
resultRecordMapper.batchDeleteByResultRecordIds(ids);
|
resultRecordMapper.batchDeleteByResultRecordIds(ids);
|
||||||
//删除flowRecord
|
//删除flowRecord
|
||||||
flowRecordMapper.batchDeleteByRecordIds(ids);
|
flowRecordMapper.batchDeleteByRecordIds(ids);
|
||||||
|
//删除钉钉任务
|
||||||
|
try {
|
||||||
|
String s = dingtalkBusiness.delWorkMSGWithStart(ids);
|
||||||
|
log.info("清除钉钉任务响应,res: " +s);
|
||||||
|
} catch (Exception e) {
|
||||||
|
log.error("调用钉钉清除任务异常,e:" ,e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return ;
|
return ;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user