|
|
@@ -172,10 +172,10 @@ class UserForm extends Model
|
|
|
if($oneConUserInfo){
|
|
|
$this->_conUid = $oneConUserInfo['USER_ID'];
|
|
|
// 查看该接点人在安置网络中的推荐人数量是否达到上限
|
|
|
- $childNum = UserNetwork::firstFloorChildNum($this->_conUid);
|
|
|
- if($childNum >= 3){
|
|
|
- $this->addError($attribute, $this->userName.'的接点人'.$this->conUserName.'点位已满无法继续添加');
|
|
|
- }
|
|
|
+// $childNum = UserNetwork::firstFloorChildNum($this->_conUid);
|
|
|
+// if($childNum >= 3){
|
|
|
+// $this->addError($attribute, $this->userName.'的接点人'.$this->conUserName.'点位已满无法继续添加');
|
|
|
+// }
|
|
|
} else {
|
|
|
$this->addError($attribute, '注册'.$this->userName.'时,接点人'.$this->conUserName.'帐号无效');
|
|
|
}
|