修改bug
This commit is contained in:
parent
ed80d179f9
commit
81ecbc5d32
@ -437,8 +437,10 @@ public class ProcessInstanceServiceImpl implements ProcessInstanceService {
|
||||
instanceQuery.finished();
|
||||
}
|
||||
if (!Objects.equals(customStatus, 1) && !Objects.equals(customStatus, 2)) {
|
||||
if (StrUtil.isNotBlank(startUser)) {
|
||||
instanceQuery.startedBy(startUser);
|
||||
}
|
||||
}
|
||||
Executor.builder()
|
||||
//customStatus 1待催办2已办结3审批进行中4审批被撤销5审批被驳回6审批通过7审批被驳回(发起人是自己)
|
||||
.ifTrueNext(Objects.equals(customStatus, 1), instanceQuery::unfinished)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user