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

fixed

parent bf6ce081
...@@ -385,13 +385,13 @@ public class LogStatisticsController { ...@@ -385,13 +385,13 @@ public class LogStatisticsController {
item.setYear(DateUtils.format(createTime, "yyyy")); item.setYear(DateUtils.format(createTime, "yyyy"));
} }
if (null == item.getClientId()){ if (null == item.getClientId()){
if (item.getReturnUrl()!= null && item.getReturnUrl().contains("readinglab.etextbook.cn")){ if (item.getReturnUrl()!= null && item.getReturnUrl().contains("readinglab")){
item.setClientId("readingroomClientId"); item.setClientId("readingroomClientId");
}else { }else {
item.setClientId("testClentId"); item.setClientId("testClentId");
} }
}else { }else {
if (item.getReturnUrl()!= null && item.getReturnUrl().contains("readinglab.etextbook.cn")){ if (item.getReturnUrl()!= null && item.getReturnUrl().contains("readinglab")){
item.setClientId("readingroomClientId"); item.setClientId("readingroomClientId");
} }
} }
......
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