From 02e1c457eb2a338b12d5e91c7e56dccf704b5a62 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 19 Jul 2025 10:42:22 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Dog.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Services/TG/Hook/Dog.php b/app/Services/TG/Hook/Dog.php index eeaeaae..22eab46 100644 --- a/app/Services/TG/Hook/Dog.php +++ b/app/Services/TG/Hook/Dog.php @@ -322,9 +322,7 @@ class Dog extends Mod\Base { $sValue = $aParam["aArg"][1] ?? false; if ($sValue == "?") { - return "#add__{field} {value}"; - } if (!$sValue) { @@ -339,6 +337,7 @@ class Dog extends Mod\Base { $this->oModelSelf->save(); + $aParam = []; $aParam["aOption"][1] = $this->sPrimaryKey; $aParam["aArg"][1] = $this->oModelSelf->{$this->sPrimaryKey};