diff --git a/wms/mkt/pricereview-index.php b/wms/mkt/pricereview-index.php index 8ee8b81d..0919e468 100644 --- a/wms/mkt/pricereview-index.php +++ b/wms/mkt/pricereview-index.php @@ -125,7 +125,7 @@ if (!empty($res_get) || (!empty($_GET['check']) && $_GET['check'] == 1)) { // echo $sql; } -if($user_id === "M0137"){ +if ($user_id === "M0137") { $sql = "SELECT pricereview_main.*,contract_new_apply.status as applystatus, contract_new_apply.progress as applyprogress FROM pricereview_main left join contract_new_apply on contract_new_apply.mid = pricereview_main.id @@ -307,7 +307,7 @@ function get_pending($token) t.flow_name LIMIT 0, 6 "; - + // echo '
'; // print_r($sql); // echo ''; @@ -332,7 +332,7 @@ function get_pending($token) $result = get_pending($token); // print_r($result); -if(count($result) > 0){ +if (count($result) > 0) { $result[1]['sid'] = !empty($result) ? $result[1]['sid'] : 'prm'; $result[1]['fid'] = !empty($result) ? $result[1]['fid'] : 'prm01'; } @@ -348,27 +348,35 @@ if ($data) : } */ ?> - +