mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正自动完成
This commit is contained in:
@@ -1088,7 +1088,7 @@ class Model
|
|||||||
$options['exists_fill'] = isset($options['exists_fill']) ? $options['exists_fill'] : [];
|
$options['exists_fill'] = isset($options['exists_fill']) ? $options['exists_fill'] : [];
|
||||||
foreach ($rules as $key => $val) {
|
foreach ($rules as $key => $val) {
|
||||||
// 数据自动填充
|
// 数据自动填充
|
||||||
$this->autoOperation($key, $val, $data);
|
$this->autoOperation($key, $val, $data, $options);
|
||||||
}
|
}
|
||||||
$this->options['auto'] = null;
|
$this->options['auto'] = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user