소스 검색

BA报单报错处理

kevin_zhangl 3 년 전
부모
커밋
9d18107e9f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      common/models/forms/ApproachDeclarationForm.php

+ 0 - 2
common/models/forms/ApproachDeclarationForm.php

@@ -367,8 +367,6 @@ class ApproachDeclarationForm extends Model
         // 如果有这个新加入的会员,则查找其上级接点
         if($findUserKey !== false){
             if(strtoupper($this->allData[$findUserKey]['type']) == 'ZC'){
-                ini_set('memory_limit','-1');
-                set_time_limit(0);
                 $this->_tempNetworkParentUser[$this->insertUserName][] = $this->allData[$findUserKey]['conUserName'];
                 $this->loopFindParentToNetwork($this->allData[$findUserKey]['conUserName']);
             }