function _ajaxErrorHandler($errno, $errstr, $errfile, $errline) { if ($errstr == '0x015') { if ($_REQUEST['act'] == 'refreshSupplier') { exit; } // 取消所有与supplier 相关的同步任务 $this->_cancelTask($_REQUEST['supplier_id']); $this->_err_process('供应商:' . $_REQUEST['supplier_id'] . '服务暂时不可用', 'ajax'); } parent::_ajaxErrorHandler($errno, $errstr, $errfile, $errline); }