Commit 3e7c1af5 authored by chenzhao's avatar chenzhao

统计首页问题修复

parent 2a039a86
...@@ -123,7 +123,7 @@ public class StatisticsHomepageServiceImpl { ...@@ -123,7 +123,7 @@ public class StatisticsHomepageServiceImpl {
Map<String, Object> surey = maps.get(0); Map<String, Object> surey = maps.get(0);
surveKeys.removeAll(surey.keySet()); surveKeys.removeAll(surey.keySet());
for (String e : surey.keySet()) { for (String e : surey.keySet()) {
if (!e.equals("completeTotal")){ if (!e.equals("completeTotal") && !e.equals("completeTotalrl") ){
list.add( MapBuilder.<String, Object>create().put("statusText",e).put("total",surey.get(e)).build()); list.add( MapBuilder.<String, Object>create().put("statusText",e).put("total",surey.get(e)).build());
} }
if (!e.equals("未勘察") && !e.equals("completeTotalrl") ){ if (!e.equals("未勘察") && !e.equals("completeTotalrl") ){
......
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