From 2f452a6c266b1d39583076ad5fc8a5aa507228ec Mon Sep 17 00:00:00 2001 From: jrbin Date: Tue, 14 Nov 2023 09:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=95=E7=B6=AD=E5=85=89=E9=96=8B=E6=94=BE?= =?UTF-8?q?=E7=80=8F=E8=A6=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/fnh/faultreview-index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wms/fnh/faultreview-index.php b/wms/fnh/faultreview-index.php index 9d5fac8e..fa5f05b3 100644 --- a/wms/fnh/faultreview-index.php +++ b/wms/fnh/faultreview-index.php @@ -4,8 +4,8 @@ include "../header.php"; $data = array(); // sql語法存在變數中 $sql_cmd = sql_myself($user_id, "handlestaff"); -// 張珈瑄、莊雅涵、 賴定國可瀏覽近兩個月資料 -if ($user_id == "M0061" || $user_id == "M0112" || $user_id == "C0004" ) { +// 張珈瑄、莊雅涵、賴定國、何維光可瀏覽近兩個月資料 +if ($user_id == "M0061" || $user_id == "M0112" || $user_id == "C0004" || $user_id == "M0154") { $last2mon = date("Y/m/d 00:00:00", strtotime("-2 month")); $sql_cmd = "where calltime >= '$last2mon'"; }