Ejemplo n.º 1
0
 private function _del()
 {
     $this->_modelOperatorList->deleteByIdAndServierList($_GET['Id']);
     $this->_utilMsg->showMsg(Tools::getLang('DEL_SUCCESS', 'Common'), 1);
 }
Ejemplo n.º 2
0
 private function _del()
 {
     $this->_modelOperatorList->deleteByIdAndServierList($_GET['Id']);
     $this->_utilMsg->showMsg('删除运营商成功', 1);
 }