Commit 0dbaffdc by wenyang Committed by jianan

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

parent 194c2b0e
...@@ -111,7 +111,7 @@ public class HttpZuihuibiAuthorizeFilter implements Filter{ ...@@ -111,7 +111,7 @@ public class HttpZuihuibiAuthorizeFilter implements Filter{
boole = true; boole = true;
final String customerId = jwtTokenUtil.getCustomerIdToken(token); final String customerId = jwtTokenUtil.getCustomerIdToken(token);
final String tokenFinal = token; final String tokenFinal = token;
if(CommonUtil.isNullOrBlank(customerId)){ if(!CommonUtil.isNullOrBlank(customerId)){
ExecutorService executor = Executors.newSingleThreadExecutor(); ExecutorService executor = Executors.newSingleThreadExecutor();
executor.execute(new Runnable() { executor.execute(new Runnable() {
@Override @Override
......
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