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 */