From a81f3f8a9c34d55ffc5d702c031a913d50f645d2 Mon Sep 17 00:00:00 2001 From: Cheng Date: Fri, 29 Dec 2023 09:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=B0=BD=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/sign/list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wms/sign/list.php b/wms/sign/list.php index e1bed2aa..73cd0644 100644 --- a/wms/sign/list.php +++ b/wms/sign/list.php @@ -38,10 +38,10 @@ if ($result == false) { die(mysqli_error($link)); } $res_get = mysqli_fetch_all(mysqli_query($link, $sql_get), MYSQLI_ASSOC); -echo '
';
-print_r($sql_get);
-echo '
'; -exit; +// echo '
';
+// print_r($sql_get);
+// echo '
'; +// exit; $system_name_opt = array_map(function ($item) { return array('system_id' => $item['system_id'], 'system_name' => $item['system_name']);