Commit 259641ea by 王力

Merge branch 'dev_layer0727' into 'develop'

修改

See merge request !289
2 parents ed645b0f 3c41ff68
......@@ -191,6 +191,10 @@ public class BusinessBlockServiceImpl implements BusinessBlockService {
m.put("layerName", r.getLayer());
items.add(m);
}
return Result.success(items);
//创建返回值
Map<String, List<Map<String, String>>> res = new HashMap<>();
res.put("layers", items);
return Result.success(res);
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!