@@ -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();