Sfoglia il codice sorgente

添加工具类判断节假日

wangzhinan 2 anni fa
parent
commit
0b3857306a

+ 2 - 2
server/svr-authentication/src/main/java/com/yihu/jw/security/oauth2/provider/endpoint/WlyyLoginEndpoint.java

@ -615,12 +615,12 @@ public class WlyyLoginEndpoint extends AbstractEndpoint {
        }
        //删除个推cid
        if(!StringUtils.isEmpty(token)){
  /*      if(!StringUtils.isEmpty(token)){
            BaseLoginLogDO loginLogDO = baseLoginLogService.findByToken(token);
            if(loginLogDO!=null){
                userDetailsService.deleteCidByUser(loginLogDO.getUserId());
            }
        }
        }*/
        HttpHeaders headers = new HttpHeaders();