|
|
@@ -544,13 +544,13 @@ class DeclarationForm extends Model
|
|
|
// 判断接点会员的下级会员是否大于三个,如果大于三个则不允许
|
|
|
if($conUser['CON_NUM'] >= 3){
|
|
|
// $this->addError($attribute, '为'.$this->insertUserName.'报单,指导老师'.$this->conUserName.'下级点位已满');
|
|
|
- $this->addError($attribute, 'To'.$this->insertUserName.'Entry, Sponsor'.$this->conUserName.'lower level is full');
|
|
|
+// $this->addError($attribute, 'To'.$this->insertUserName.'Entry, Sponsor'.$this->conUserName.'lower level is full');
|
|
|
return;
|
|
|
}
|
|
|
// 判断指导老师相应的区位是否已满
|
|
|
if($conUser['LOCATION'.$this->location]){
|
|
|
// $this->addError($attribute, '为'.$this->insertUserName.'报单,指导老师'.$this->conUserName.'该市场已存在会员');
|
|
|
- $this->addError($attribute, 'To'.$this->insertUserName.'Entry, Sponsor'.$this->conUserName.'Members already exist in this market');
|
|
|
+// $this->addError($attribute, 'To'.$this->insertUserName.'Entry, Sponsor'.$this->conUserName.'Members already exist in this market');
|
|
|
return;
|
|
|
}
|
|
|
// if($conUser['CON_NUM'] == 0 && $this->location != 1){
|