Commit 6b52896f authored by 喻春霖's avatar 喻春霖

fixed

parent 67181dc7
...@@ -395,7 +395,7 @@ public class LogStatisticsController { ...@@ -395,7 +395,7 @@ public class LogStatisticsController {
for (;;){ for (;;){
Map<String,Object> param = new HashMap<>(); Map<String,Object> param = new HashMap<>();
param.put("loginSuccessFlag", true); param.put("loginSuccessFlag", true);
List<AuthLog> authLogs = authLogService.listLogWithPage(i, 100,param); List<AuthLog> authLogs = authLogService.listLogWithPage(i, 1000,param);
if (CollectionUtils.isEmpty(authLogs)){ if (CollectionUtils.isEmpty(authLogs)){
break; break;
} }
......
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