Commit 361d7a50 authored by litengwei's avatar litengwei

代码提交

parent e593c091
...@@ -822,7 +822,7 @@ public class ProjectController extends BaseController { ...@@ -822,7 +822,7 @@ public class ProjectController extends BaseController {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
String[] split = lengths.toString().split("."); String[] split = lengths.toString().split(".");
String s = "0Km"; String s = "";
if(split.length != 0) { if(split.length != 0) {
s =split[0]+"Km"; s =split[0]+"Km";
} }
......
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