diff --git a/app/Services/Tg/Hook/Dog.php b/app/Services/Tg/Hook/Dog.php index b11dceee..0a779a26 100755 --- a/app/Services/Tg/Hook/Dog.php +++ b/app/Services/Tg/Hook/Dog.php @@ -800,6 +800,10 @@ public function jsonSet($aParam) $oModelSelf->$sField = $aJson; $oModelSelf->save(); + $aParam = []; + $aParam["aOption"][1] = "id"; + $aParam["aArg"][1] = $iId; + return $this->find($oModelSelf->id); }