feat(REQ-3647) - 调整审批中的节点文案
This commit is contained in:
parent
59cfbab4b3
commit
9f41be441c
@ -1572,8 +1572,10 @@ public class BpmnProcessInstanceServiceImpl implements BpmnProcessInstanceServic
|
||||
if (Objects.nonNull(e.getApprovalMethod())) {
|
||||
switch (e.getApprovalMethod()) {
|
||||
case bizSpecify:
|
||||
build.setOperationDesc("动态审批人");
|
||||
break;
|
||||
case nobody:
|
||||
build.setOperationDesc("");
|
||||
build.setOperationDesc("系统处理");
|
||||
break;
|
||||
case autoPassed:
|
||||
case autoRejection:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user