From 19f10c574d853e4777d711e70cbdba29e21d44e4 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Tue, 29 Oct 2019 09:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0->=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E7=AE=A1=E7=90=86->=E5=90=88=E4=BD=9C=E6=96=B9?= =?UTF-8?q?=E7=AE=A1=E7=90=86->=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PartnerController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PartnerController.class.php b/Application/Admin/Controller/PartnerController.class.php index 651c8c01a..99b0b5fc3 100644 --- a/Application/Admin/Controller/PartnerController.class.php +++ b/Application/Admin/Controller/PartnerController.class.php @@ -173,7 +173,7 @@ class PartnerController extends ThinkController //删除 public function del() { - if ($_POST['ids']) { + if (!empty($_POST['ids'])) { if (!is_array($_POST['ids'])) { $this->error('参数异常'); }