From 3f88e7dc6f0a0da542fd0c7c33699af1f536895c Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 27 Jan 2021 14:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8F=9C=E5=8D=95=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/TestingResourceController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Admin/Controller/TestingResourceController.class.php b/Application/Admin/Controller/TestingResourceController.class.php index 62eb047d1..b5cf5ea88 100644 --- a/Application/Admin/Controller/TestingResourceController.class.php +++ b/Application/Admin/Controller/TestingResourceController.class.php @@ -303,7 +303,6 @@ class TestingResourceController extends ThinkController $this->assign('count', $count); $this->assign('_page', $pagination); $this->assign('records', $records); - dd(__MENU__); $this->display(); } protected function setDailyCountWhere($params)