no message
This commit is contained in:
parent
eaa006b2a4
commit
bb38b16c9c
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user