no message

This commit is contained in:
hellcat 2025-10-17 16:31:59 +08:00
parent d64f4c5c35
commit 295755996a

View File

@ -683,9 +683,8 @@ class Dog extends Mod\Base {
foreach ($aJson as $k => $v) { foreach ($aJson as $k => $v) {
$v = $this->inFormat($k, $v); $v = $this->inFormat($k, $v);
$oModelSelf->$k = $v; $oModelSelf->$k = $v;
}
$oModelSelf->save(); $oModelSelf->save();
}
$aParam = []; $aParam = [];
$aParam["aArg"][1] = $oModelSelf->{$this->sPrimaryKey}; $aParam["aArg"][1] = $oModelSelf->{$this->sPrimaryKey};