Browse Source

開放李盈瑩瀏覽權限

gary
jrbin 1 year ago
parent
commit
d2abcf120e
  1. 4
      wms/mkt/pricereview_renovate-index.php

4
wms/mkt/pricereview_renovate-index.php

@ -10,8 +10,8 @@ $status_arr = ["Y1" => "暫存", "YS" => "簽核中", "YY" => "結案同意", "Y
$data = array();
// sql語法存在變數中
$sql_cmd = sql_myself($user_id);
// M0024許伃廷,M0107許紓晴權限全開
if ($user_id == "M0024" || $user_id == "M0107") {
// M0024許伃廷,M0107許紓晴,M0012李盈瑩權限全開
if ($user_id == "M0024" || $user_id == "M0107" || $user_id == "M0012") {
$sql_cmd = "where create_at >= '2023-01-01 00:00:00'";
}
if ($user_id == "M0008") {

Loading…
Cancel
Save