Commit 3c5fed04 authored by gaozhentao's avatar gaozhentao

修改拓扑图参数

parent 754ad2c2
......@@ -436,7 +436,7 @@ public class Manager {
lineDto.setColor(line.getColor());
String point = line.getPoints();
if(point!=null && point.length()>0){
point = point.substring(1,point.length()-2);
point = point.substring(1,point.length()-1);
point = point.replaceAll("\\\\", "");
point = point.replaceAll("\"", "");
List list = new ArrayList();
......
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