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) {