|
@@ -1954,7 +1954,7 @@ public class ProActiService {
|
|
|
String[] onlyFlowFlowStep=targetUserAndFlowRole.getOnlyFlowFlowStep();
|
|
|
String[] onlyFlowStepAll = flowMainService.getOnlylowStepAll(flowMain.getFlowType());
|
|
|
boolean isFlowRole = false;//是否是领导角色
|
|
|
- if (flowRole != null && targetUser != null&&onlyFlowStepAll!=null) {
|
|
|
+ if (flowRole != null && targetUser != null&&onlyFlowFlowStep!=null) {
|
|
|
List<FrameRoleData> FrameRoleDatas = flowMainService.findFrameRoleDatasByUserId(targetUser.getId(), ConstantFlowType.ROLETYPE);//"FLOW"
|
|
|
for (int i = onlyFlowStepAll.length-1; i >=0; i--) {
|
|
|
for (FrameRoleData frameRoleData : FrameRoleDatas) {
|