|
|
@ -174,6 +174,10 @@ class PartnerController extends ThinkController
|
|
|
|
public function del()
|
|
|
|
public function del()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if ($_POST['ids']) {
|
|
|
|
if ($_POST['ids']) {
|
|
|
|
|
|
|
|
if (!is_array($_POST['ids'])) {
|
|
|
|
|
|
|
|
$this->error('参数异常');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
$id = implode(',', $_POST['ids']);
|
|
|
|
$id = implode(',', $_POST['ids']);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$id = intval(I('get.id', 0));
|
|
|
|
$id = intval(I('get.id', 0));
|
|
|
|