Commit ab5d93e5 authored by wangsong's avatar wangsong

add log

parent 09fa918f
......@@ -216,7 +216,9 @@ public class StatisticsController {
List<Map<String,Object>> dataList = new ArrayList<>();
Date endDate = new Date();
while(startDate.before(endDate)){
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);
if (clientId != null){
......
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