shish 8 месяцев назад
Родитель
Сommit
253f591927
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

@@ -143,7 +143,7 @@ class GhsController extends BaseController
         $ghs->delStatus = $delStatus;
         $ghs->save();
         $customId = $ghs->customId ?? 0;
-        $custom = CustomClass::getById($customId, true)
+        $custom = CustomClass::getById($customId, true);
         $custom->delStatus = $delStatus;
         $custom->save();
         util::complete('操作成功');