@ -526,7 +526,7 @@ public class FamilyMemberService extends BaseService {
//2.判断手机过滤
//判断是否绑定了手机
if (StringUtils.isNoneBlank(p.getMobile())) {
if (StringUtils.isNotBlank(p.getMobile())) {
//如果用户绑定了微信,将状态更改为4
if (result == 1) {
result = 3;