liurunyu
2025-05-06 5ade866b912c6098da132afb23d175e016de6c9f
pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/java/com/dy/sso/busi/SsoCtrl.java
@@ -116,7 +116,7 @@
        //把组织单位标签作为数据源名称
        DataSourceContext.set(vo.orgTag);
        if(vo.token != null || vo.token.trim().length() > 0) {
        if(vo.token != null && vo.token.trim().length() > 0) {
            // 从session中获取验证码
            //HttpSession session = (HttpSession) request.getSession();
            //String localCode = session.getAttribute(token).toString();