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',