|
@@ -309,7 +309,7 @@ public class UserEntity implements Serializable {
|
|
|
}
|
|
}
|
|
|
//没有实名认证
|
|
//没有实名认证
|
|
|
public boolean notCertification() {
|
|
public boolean notCertification() {
|
|
|
- return TextUtils.isEmpty(getReal_name()) || TextUtils.isEmpty(getId_number()) || TextUtils.isEmpty(getBank_card_mobile()) || TextUtils.isEmpty(getBank_card());
|
|
|
|
|
|
|
+ return TextUtils.isEmpty(getReal_name()) || TextUtils.isEmpty(getId_number());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|