liurunyu
2025-08-29 32c7954ea2b5aa05b19bbaed4da14ae406e65c99
pipIrr-platform/pipIrr-web/pipIrr-web-sso/src/main/java/com/dy/sso/busi/SsoSv.java
@@ -73,6 +73,18 @@
    }
    /**
     * 判断手机号是否存在
     * @return
     */
    public boolean existPhone(String phone){
        Long count = baUserMapper.countPhone(phone) ;
        if(count == null || count == 0){
            return false ;
        }
        return true ;
    }
    /**
     * 得到所有用户手机号
     * @return
     */