修复隐藏bug

This commit is contained in:
wulin 2020-10-26 10:22:09 +08:00
parent 5d90b5ccfb
commit f1b01745cf

View File

@ -269,8 +269,8 @@ public class FlowStartController {
flowApprovalRoles.add(flowApprovalRole);
flowApprovalRole.setStepIndex(stepIndex);
}
stepIndex++;
}
stepIndex++;
}else{
String[] roleIds = flowChartDetailRecord.getRoleIds().split(",");
for (String roleId:roleIds