From 76167f4bae073e9ff79b9f85634ba9a1a88b5224 Mon Sep 17 00:00:00 2001 From: "gary_chen\\gary_chen" Date: Thu, 26 Oct 2023 10:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=A4=A7=E6=97=A5=E7=A8=8B?= =?UTF-8?q?=20=E5=93=81=E8=AD=89=E9=83=A8=E9=96=80=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=AC=8A=E9=99=90bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/wipwhole-rec-invoice-edit-submit.php | 2 +- wms/wipwhole-renovate-rec-invoice-edit-submit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wms/wipwhole-rec-invoice-edit-submit.php b/wms/wipwhole-rec-invoice-edit-submit.php index 83109b29..daa90180 100644 --- a/wms/wipwhole-rec-invoice-edit-submit.php +++ b/wms/wipwhole-rec-invoice-edit-submit.php @@ -272,7 +272,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { UPDATE wipwholestatus SET "; - if (in_array($user_department_id, [521, 531, 541, 542, 543, 544, 545, 912])) { + if (in_array($user_department_id, [521, 531, 541, 542, 543, 544, 545])) { // 工務更新; $updatesql .= " building_heigh_verify = '$building_heigh_verify', diff --git a/wms/wipwhole-renovate-rec-invoice-edit-submit.php b/wms/wipwhole-renovate-rec-invoice-edit-submit.php index 5d76a120..cad732c1 100644 --- a/wms/wipwhole-renovate-rec-invoice-edit-submit.php +++ b/wms/wipwhole-renovate-rec-invoice-edit-submit.php @@ -262,7 +262,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { $updatesql = "update wipwholestatus set "; - if (in_array($user_department_id, [521, 531, 541, 542, 543, 544, 545, 912])) { + if (in_array($user_department_id, [521, 531, 541, 542, 543, 544, 545])) { // 工務更新; $updatesql .= " building_heigh_verify = '$building_heigh_verify',