@ -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',
@ -262,7 +262,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$updatesql = "update wipwholestatus set ";