This commit is contained in:
2021-02-25 18:18:10 +08:00
parent 2af56d47c1
commit 79cc8fce92
-3
View File
@@ -585,9 +585,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
$condition[$key] = $val;
}
}
var_dump($this->_oldAttributes, $this->_attributes);
return [$_tmp, $condition, array_keys($_tmp)];
}