From f1d1153a249ad8ec202689d365a546a3efad5ae7 Mon Sep 17 00:00:00 2001 From: 王智 <wz@bronet.cn> Date: Thu, 14 Jan 2021 18:18:26 +0800 Subject: [PATCH] xiugai --- application/admin/controller/FourBaogao.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/application/admin/controller/FourBaogao.php b/application/admin/controller/FourBaogao.php index c56cb70..a2818a3 100644 --- a/application/admin/controller/FourBaogao.php +++ b/application/admin/controller/FourBaogao.php @@ -97,7 +97,6 @@ class FourBaogao extends Backend $this->assignconfig('BodyType', $Info['body_type']); $this->assignconfig('WorkType', $Info['work_type']); $this->assignconfig('EatType', $Info['eat_type']); - dump($row); $this->view->assign("row", $row); return $this->view->fetch(); } -- libgit2 0.24.0