Commit e7dd7b33 by carrieyzzhang

同上

parent a31ed1fd
......@@ -247,7 +247,6 @@ public class ComplicatedEventsServiceImpl implements ComplicateEventsService{
//关闭线程池
pool.shutdown();
}
System.out.println(result);
return result;
}
......
......@@ -87,7 +87,7 @@ public class EventReportCallable implements Callable<Map<String, List>> {
result = new HashMap<>();
result.put("totalval",totalValue);
}
System.out.println(result.get("val"));
System.out.println(result.get("columnkey"));
return result;
}
}
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