no message
This commit is contained in:
parent
d64f4c5c35
commit
295755996a
@ -683,10 +683,9 @@ class Dog extends Mod\Base {
|
||||
foreach ($aJson as $k => $v) {
|
||||
$v = $this->inFormat($k, $v);
|
||||
$oModelSelf->$k = $v;
|
||||
$oModelSelf->save();
|
||||
}
|
||||
|
||||
$oModelSelf->save();
|
||||
|
||||
$aParam = [];
|
||||
$aParam["aArg"][1] = $oModelSelf->{$this->sPrimaryKey};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user