Click multiple times to view the order details page to report the problem of session expiration

void pushdata(){

final HttpServletRequest  request = DoradoContext.getAttachedRequest();

otherTradePool.execute(new Runnable(){

public void run(){

try{

aliyunEventLog.order(key, completeOperNick,request, oper, url,tradeIds);

}catch(Exception e){

logger.error(e);

}

}

});

}

 

final causes the session to be emptied.

The use of final has to be looked at.

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327046859&siteId=291194637