From d2abcf120e2a3358b99c5859237cc4c669150fba Mon Sep 17 00:00:00 2001 From: jrbin Date: Fri, 24 Nov 2023 16:09:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=96=8B=E6=94=BE=E6=9D=8E=E7=9B=88=E7=91=A9?= =?UTF-8?q?=E7=80=8F=E8=A6=BD=E6=AC=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/mkt/pricereview_renovate-index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wms/mkt/pricereview_renovate-index.php b/wms/mkt/pricereview_renovate-index.php index b5f5e520..9ad5e544 100644 --- a/wms/mkt/pricereview_renovate-index.php +++ b/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") {