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

fixed

parent e4865b23
...@@ -390,6 +390,10 @@ public class LogStatisticsController { ...@@ -390,6 +390,10 @@ public class LogStatisticsController {
}else { }else {
item.setClientId("testClentId"); item.setClientId("testClentId");
} }
}else {
if (item.getReturnUrl()!= null && item.getReturnUrl().contains("readinglab.etextbook.cn")){
item.setClientId("readingroomClientId");
}
} }
authLogService.replace(item); authLogService.replace(item);
}); });
......
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