Ejemplo n.º 1
0
 private function _operatorInfoDel()
 {
     $this->_modelLyOperatorInfo = $this->_getGlobalData('Model_LyOperatorInfo', 'object');
     if ($this->_modelLyOperatorInfo->delById(intval($_GET['Id']))) {
         $this->_utilMsg->showMsg('删除成功', 1, $this->_url['operator_info'], 1);
     } else {
         $this->_utilMsg->showMsg('删除失败', -1);
     }
 }