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

fixed

parent 0e558974
...@@ -408,6 +408,14 @@ public class LogStatisticsController { ...@@ -408,6 +408,14 @@ public class LogStatisticsController {
item.setClientId("readingroomClientId"); item.setClientId("readingroomClientId");
} }
} }
if (item.getOauthType() == null){
if (item.getUserInfoMap() != null) {
item.setOauthType("dianjiaoguan");
}else {
item.setOauthType("edenoperation");
}
}
authLogService.replace(item); authLogService.replace(item);
}); });
i++; i++;
......
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