shish %!s(int64=3) %!d(string=hai) anos
pai
achega
563f0aa1bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -36,7 +36,7 @@ class CustomController extends BaseController
         $ghsId = $custom->ghsId ?? 0;
         $ghs = GhsClass::getById($ghsId, true);
         if (empty($ghs)) {
-            util::fail('修改失败');
+            util::fail('修改失败');
         }
         $ghs->person = $person;
         $ghs->save();