liujie
2025-05-12 cec12ff6e380e6be36cc78d0cbe22cedb72f00bf
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/IdentityInformationService.java
@@ -11,9 +11,9 @@
     * @return 身份信息
     */
    IdentityInformation getIdentityInformation(LoginUserInfoVO loginUserInfo);
//
//    /**
//     * 获取当前选中的身份信息
//     */
//    IdentityInformation getCurrentIdentityInformation(LoginUserInfoVO loginUserInfo);
    /**
     * 获取当前选中的身份信息
     */
    IdentityInformation getCurrentIdentityInformation(LoginUserInfoVO loginUserInfo);
}