Commit 0f3a8f19 authored by wangsong's avatar wangsong

remove log

parent fc1ab4fd
......@@ -223,8 +223,6 @@ public class StatisticsController {
List<Map<String,Object>> dataList = new ArrayList<>();
Date endDate = new Date();
System.out.println("authUserTypes startTime is " + startDate.getTime());
System.out.println("authUserTypes endTime is " + endDate.getTime());
while(!startDate.after(endDate)){
Map<String,Object> param = new HashMap<>();
param.put("loginSuccessFlag", true);
......
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