diff --git a/app/Services/Tg/Hook/Mod/Arma.php b/app/Services/Tg/Hook/Mod/Arma.php index e6111ba9..41dfd6b7 100755 --- a/app/Services/Tg/Hook/Mod/Arma.php +++ b/app/Services/Tg/Hook/Mod/Arma.php @@ -60,7 +60,7 @@ class Arma extends Base { $this->oDog->oModelSelf->opt = $sOpt; $this->oDog->oModelSelf->save(); - ServiceArticleCmd::startWithO($this->oDog->oModelSelf)->setSiteGroupCode($sSiteGroup)->syncOpen()->save($sCmdType); +// ServiceArticleCmd::startWithO($this->oDog->oModelSelf)->setSiteGroupCode($sSiteGroup)->syncOpen()->save($sCmdType); return $this->toJson($this->oDog->oModelSelf); }