|
@@ -305,8 +305,8 @@ public class TaskClientImpl implements TaskClient {
|
|
|
map.put("isUse", ids.contains(fixedFlow.getId()) ? 1 : 0);
|
|
|
map.put("fixedFlowName", fixedFlow.getFixedFlowName());
|
|
|
map.put("linkUserJoinString", StringUtils.join(names, ","));
|
|
|
+ result.add(map);
|
|
|
}
|
|
|
- result.add(map);
|
|
|
}
|
|
|
return result;
|
|
|
}
|