|
|
@ -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('参数异常');
|
|
|
|
}
|
|
|
|
}
|
|
|
|