liurunyu
2025-04-30 2e0aff8e8d9d9976a9e22b2608edee6dfdec0991
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();