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

fixed

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