no message

This commit is contained in:
hellcat 2026-03-31 18:41:39 +08:00
parent eaa006b2a4
commit bb38b16c9c

View File

@ -800,6 +800,10 @@ public function jsonSet($aParam)
$oModelSelf->$sField = $aJson; $oModelSelf->$sField = $aJson;
$oModelSelf->save(); $oModelSelf->save();
$aParam = [];
$aParam["aOption"][1] = "id";
$aParam["aArg"][1] = $iId;
return $this->find($oModelSelf->id); return $this->find($oModelSelf->id);
} }