1
This commit is contained in:
@@ -620,6 +620,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
|
|||||||
}
|
}
|
||||||
[$change, $condition, $fields] = $this->separation();
|
[$change, $condition, $fields] = $this->separation();
|
||||||
if (!$this->isNewExample) {
|
if (!$this->isNewExample) {
|
||||||
|
var_dump($fields, $condition, $change);
|
||||||
return $this->updateInternal($fields, $condition, $change);
|
return $this->updateInternal($fields, $condition, $change);
|
||||||
}
|
}
|
||||||
return $this->insert($change, $fields);
|
return $this->insert($change, $fields);
|
||||||
|
|||||||
Reference in New Issue
Block a user