Browse Source

修正大日程 品證部門 修改權限bug

gary
gary_chen\gary_chen 2 years ago
parent
commit
7f6a2aaa4e
  1. 2
      wms/wipwhole-rec-invoice-edit-submit.php
  2. 2
      wms/wipwhole-renovate-rec-invoice-edit-submit.php

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

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

Loading…
Cancel
Save