luofl
2025-03-19 5ea88327e71ced54f5cd65e90086976289e176ae
修改按钮权限
1个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/impl/IdentityInformationServiceImpl.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/impl/IdentityInformationServiceImpl.java
@@ -59,7 +59,8 @@
            identityInformationVO.setIdentity(1);
            redisUtils.set("identity:" + loginUserInfo.getPhone(), 1);
        } else {
            identityInformationVO.setIdentity(identity);
            identityInformationVO.setIdentity(null);
            redisUtils.remove("identity:" + loginUserInfo.getPhone());
        }