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