优化测试跳过
This commit is contained in:
parent
4febc4cb9e
commit
71ada549b3
@ -497,7 +497,7 @@ public class DingtalkBusiness {
|
||||
flowRecordService.selectSkipFlowRecordsById(info.getResultRecord().getId());//取消所有跳过的人
|
||||
logger.info("查询到可能需要更新待办任务数量{}", flowRecords.size());
|
||||
if(flowRecords.size() > 0){
|
||||
if(flowRecords.get(0).getType().intValue() == 1){
|
||||
//if(flowRecords.get(0).getType().intValue() == 1){
|
||||
//或签
|
||||
logger.info("或签,需要更新该节点下所有人员的待办任务");
|
||||
for (FlowRecord flowRecord:flowRecords
|
||||
@ -516,7 +516,7 @@ public class DingtalkBusiness {
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
//}
|
||||
}
|
||||
}else{
|
||||
List<FlowRecord> flowRecords = flowRecordService.selectFlowRecordByRecordIdStatus(info.getResultRecord().getId(), 2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user