提交 af87f0e3 编写于 作者: weixin_47267244's avatar weixin_47267244

修复

上级 6148fbfa
......@@ -390,6 +390,7 @@ abstract class BaseModel implements \Iterator, \ArrayAccess, IArrayable, \JsonSe
public function offsetUnset($offset): void
{
$meta = $this->__meta;
$fields = $meta->getFields();
/** @var Column|null $column */
$column = $fields[$offset] ?? null;
if ($column && '' !== $column->reference)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册