管理后台->游戏管理->合作方管理->批量删除更新

master
chenxiaojun 5 years ago
commit 28969fd024

@ -173,7 +173,7 @@ class PartnerController extends ThinkController
//删除 //删除
public function del() public function del()
{ {
if ($_POST['ids']) { if (!empty($_POST['ids'])) {
if (!is_array($_POST['ids'])) { if (!is_array($_POST['ids'])) {
$this->error('参数异常'); $this->error('参数异常');
} }

Loading…
Cancel
Save