From 56e7e01afbbb21147f8e152f7a2a202d0241f867 Mon Sep 17 00:00:00 2001 From: Cheng Date: Tue, 9 Jan 2024 15:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/mkt/pricereview-index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wms/mkt/pricereview-index.php b/wms/mkt/pricereview-index.php index cd04c150..0b23fe6d 100644 --- a/wms/mkt/pricereview-index.php +++ b/wms/mkt/pricereview-index.php @@ -28,9 +28,9 @@ if (!empty($_GET['system_id']) && !empty($_GET['flow_id'])) { $where_system_id $where_flow_id "; - echo '
';
-    print_r($sql_get);
-    echo '
'; + // echo '
';
+    // print_r($sql_get);
+    // echo '
'; $result = mysqli_query($link, $sql_get); if ($result == false) {