Commit dbaa4156 authored by 喻春霖's avatar 喻春霖

fixed

parent 8d6eee5a
......@@ -71,7 +71,7 @@ public class LogStatisticsController {
statClients.addAll(oauthClient.getClients());
};
Map<String,Object> param = new HashMap<>();
param.put("userInfoSuccessFlag", true);
param.put("getUserInfoSuccessFlag", true);
if (null != year){
param.put("year", year);
}
......@@ -102,7 +102,7 @@ public class LogStatisticsController {
public MapMessage environments(@RequestParam(value = "clientId", required = false) String clientId, @RequestParam(value = "year", required = false) Integer year, @RequestParam(value = "month", required = false) Integer month) {
Map<String, List<StatItem>> result = new HashMap<>();
Map<String,Object> param = new HashMap<>();
param.put("userInfoSuccessFlag", true);
param.put("getUserInfoSuccessFlag", true);
if (clientId != null){
param.put("clientId",clientId);
}
......
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