From 21478aaf0f97048f37228d42a6fd428c1b16693d Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Mon, 2 Sep 2024 10:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=AF=E6=96=B9=E7=9B=B8=E5=85=B3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/index.php b/control/index.php index e9f4e9a..faa9132 100644 --- a/control/index.php +++ b/control/index.php @@ -67,7 +67,7 @@ class index extends publicBase { $m_case = new mCase(); $data = $m_case->getCaseInfo($id); - if (!$data) $this->ajax_json(false, $m_case->getError()); + if(!$data)$this->ajax_json(false, $m_case->getError()); $this->ajax_json(true, '获取成功', $data); }