Commit 3e7c1af5 authored by chenzhao's avatar chenzhao

统计首页问题修复

parent 2a039a86
......@@ -123,7 +123,7 @@ public class StatisticsHomepageServiceImpl {
Map<String, Object> surey = maps.get(0);
surveKeys.removeAll(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());
}
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