Browse Source

修正

main
Cheng 1 year ago
parent
commit
56e7e01afb
  1. 6
      wms/mkt/pricereview-index.php

6
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 '<pre>';
print_r($sql_get);
echo '</pre>';
// echo '<pre>';
// print_r($sql_get);
// echo '</pre>';
$result = mysqli_query($link, $sql_get);
if ($result == false) {

Loading…
Cancel
Save