更新内核,删除部分不常用驱动

This commit is contained in:
2016-07-16 20:07:06 +08:00
parent 87533013c6
commit 152f8bf165
13 changed files with 20 additions and 1554 deletions

View File

@@ -369,7 +369,7 @@ abstract class Builder
protected function parseDateTime($value, $key, $options = [])
{
// 获取时间字段类型
$type = $this->query->getTableInfo('', 'type');
$type = $this->query->getTableInfo($options['table'], 'type');
if (isset($options['field_type'][$key])) {
$info = $options['field_type'][$key];
} elseif (isset($type[$key])) {