|
@@ -1012,11 +1012,9 @@ abstract class BaseQuery
|
|
*/
|
|
*/
|
|
public function update(array $data = []): int
|
|
public function update(array $data = []): int
|
|
{
|
|
{
|
|
- dump($data);
|
|
|
|
if (!empty($data)) {
|
|
if (!empty($data)) {
|
|
$this->options['data'] = array_merge($this->options['data'] ?? [], $data);
|
|
$this->options['data'] = array_merge($this->options['data'] ?? [], $data);
|
|
}
|
|
}
|
|
-dump($this->options['data']);
|
|
|
|
if (empty($this->options['where'])) {
|
|
if (empty($this->options['where'])) {
|
|
$this->parseUpdateData($this->options['data']);
|
|
$this->parseUpdateData($this->options['data']);
|
|
}
|
|
}
|