Przeglądaj źródła

短信通知功能bug

NoNZero 9 lat temu
rodzic
commit
12d632451c
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      protected/controller/ClientController.php

+ 0 - 7
protected/controller/ClientController.php

@@ -1011,13 +1011,6 @@ class ClientController extends DooController
                 }
                 }
                 $this->measureauditact->setCheckno($auditArray['maid'], $auditcontent);
                 $this->measureauditact->setCheckno($auditArray['maid'], $auditcontent);
                 $this->numofperact->updateAuditStatus($this->params['tenderid'], $this->params['phaseno'], 'checkno', $iniTimes);
                 $this->numofperact->updateAuditStatus($this->params['tenderid'], $this->params['phaseno'], 'checkno', $iniTimes);
-                // SMS Start
-                $TenderArray = $this->actmeasure->getRowByPmid($this->params['tenderid']);
-                $userProArray = $this->profile->getProWithUid($TenderArray['uid']);
-                if (isset($userProArray) && ($userProArray['mobile'])) {// // XXXX(标段名),陈特,已审批通过。请您继续审批。
-                    $this->__auditNotice($userProArray['mobile'], Doo::conf()->SMS_TIPS_PRE . '您好,' . $TenderArray["pmname"] . Doo::conf()->SMS_TIPS["AUDIT_NOTICE_AUDITOR4"]);
-                }
-                // SMS End
                 $fp = $this->upfile('upfile');
                 $fp = $this->upfile('upfile');
                 if (isset($fp[0]['filepath'])) {
                 if (isset($fp[0]['filepath'])) {
                     // 解压缩文件等待以后直接使用
                     // 解压缩文件等待以后直接使用