Explorar el Código

feat: AE: 会员端报单bugfix

kevin hace 1 año
padre
commit
f421e746c1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      common/models/forms/DeclarationForm.php

+ 2 - 2
common/models/forms/DeclarationForm.php

@@ -350,8 +350,8 @@ class DeclarationForm extends Model
                     $this->loopFindParentToNetwork($this->insertUserName);
                     if (!$this->recUserIsInNetworkParent()) {
                         // $this->addError($attribute, '为' . $this->insertUserName . '报单,开拓人' . $this->recUserName . '不在' . $this->insertUserName . '的安置网上级中');
-                        $this->addError($attribute, 'To' . $this->insertUserName . 'Entry, Sponsor' . $this->recUserName . 'not in exist' . $this->insertUserName . 'in the placement superiors');
-                        return ;
+//                        $this->addError($attribute, 'To' . $this->insertUserName . 'Entry, Sponsor' . $this->recUserName . 'not in exist' . $this->insertUserName . 'in the placement superiors');
+//                        return ;
                     }
                 }
             }