Commit 41a3d8eb authored by 曹盼盼's avatar 曹盼盼

no message

parent c63d00c3
...@@ -208,7 +208,7 @@ public class TzCylinderServiceImpl extends BaseService<TzCylinderInfoDto, Cylind ...@@ -208,7 +208,7 @@ public class TzCylinderServiceImpl extends BaseService<TzCylinderInfoDto, Cylind
List list=new ArrayList(); List list=new ArrayList();
JSONObject objects = JSONObject.parseObject(o); JSONObject objects = JSONObject.parseObject(o);
HashMap<String, String> map= new HashMap<>(); HashMap<String, String> map= new HashMap<>();
map.put("url",ipPort+objects.getString("fileUrl")); map.put("url",objects.getString("fileUrl"));
map.put("name",objects.getString("fileName")); map.put("name",objects.getString("fileName"));
list.add(map); list.add(map);
return list; return list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment