1、内核更新
2、bug修复
This commit is contained in:
@@ -224,7 +224,7 @@ class Merge extends Model
|
||||
}
|
||||
|
||||
// 处理模型数据
|
||||
$data = $this->parseData($this->name, $this->data);
|
||||
$data = $this->parseData($this->name, $this->data, true);
|
||||
// 写入主表数据
|
||||
$result = $db->name($this->name)->strict(false)->insert($data, $replace);
|
||||
if ($result) {
|
||||
|
||||
Reference in New Issue
Block a user