1、内核更新

2、bug修复
This commit is contained in:
2016-07-14 15:50:24 +08:00
parent 4b72704c77
commit 7ece5519ae
12 changed files with 204 additions and 182 deletions

View File

@@ -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) {