Commit 49f710ea by wenyang Committed by jianan

0001059:【agms】-增加报表可以导出每个经纪人,每个月,登录了多少次赢家平台,以及每次登录的时长

parent 0dbaffdc
...@@ -119,7 +119,7 @@ public class HttpZuihuibiAuthorizeFilter implements Filter{ ...@@ -119,7 +119,7 @@ public class HttpZuihuibiAuthorizeFilter implements Filter{
AclCustomerSystemLog aclCustomerSystemLog = new AclCustomerSystemLog(); AclCustomerSystemLog aclCustomerSystemLog = new AclCustomerSystemLog();
aclCustomerSystemLog.setCustomerId(Long.valueOf(customerId)); aclCustomerSystemLog.setCustomerId(Long.valueOf(customerId));
aclCustomerSystemLog.setToken(tokenFinal); aclCustomerSystemLog.setToken(tokenFinal);
aclCustomerSystemLog.setExpiredMinute(10); aclCustomerSystemLog.setExpiredMinute(5);
List<AclCustomerSystemLog> aclCustomerSystemLogList = aclCustomerLogDALService.findCustomerSystemLog(aclCustomerSystemLog); List<AclCustomerSystemLog> aclCustomerSystemLogList = aclCustomerLogDALService.findCustomerSystemLog(aclCustomerSystemLog);
if(aclCustomerSystemLogList != null && aclCustomerSystemLogList.size() > 0){ if(aclCustomerSystemLogList != null && aclCustomerSystemLogList.size() > 0){
aclCustomerLogDALService.updateEndTimeByPrimaryKey(aclCustomerSystemLogList.get(0).getId()); aclCustomerLogDALService.updateEndTimeByPrimaryKey(aclCustomerSystemLogList.get(0).getId());
......
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