Commit 6b63a80b by 陶光胜

观云台小程序

parent a78df8d5
......@@ -42,6 +42,8 @@ public class GoDownComponent {
if(total != null){
total.setAreaId("0");
total.setAreaName("合计/均值");
total.setId("0");
total.setAreaName("合计/均值");
vo.setTotal(total);
}
}
......@@ -57,6 +59,8 @@ public class GoDownComponent {
if(wgs != null){
wgs.setAreaName("无归属");
wgs.setAreaId("-1");
wgs.setName("无归属");
wgs.setId("-1");
vo.setWgs(wgs);
}
}
......
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