From cc653c2d2daa8d4de2a782e575fada04167cfeca Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 10 Jan 2020 10:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96tp1.id=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/PlatformController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/PlatformController.class.php b/Application/Admin/Controller/PlatformController.class.php index 2c93d45de..4cc759222 100644 --- a/Application/Admin/Controller/PlatformController.class.php +++ b/Application/Admin/Controller/PlatformController.class.php @@ -697,7 +697,7 @@ class PlatformController extends ThinkController // dd($data); unset($map['tp1.id']); unset($map['tp1.chain']); - unset($tmap['tp1.chain']); + unset($tmap['tp1.id']); unset($tmap['tp1.chain']); $map['s.promote_id'] = 0; $tmap['s.promote_id'] = 0;