|
map.put("isUse", ids.contains(fixedFlow.getId()) ? 1 : 0);
|
|
map.put("isUse", ids.contains(fixedFlow.getId()) ? 1 : 0);
|
|
map.put("fixedFlowName", fixedFlow.getFixedFlowName());
|
|
map.put("fixedFlowName", fixedFlow.getFixedFlowName());
|
|
map.put("linkUserJoinString", StringUtils.join(names, ","));
|
|
map.put("linkUserJoinString", StringUtils.join(names, ","));
|