From 4dbc959a8969780552b59a5c227c2774bbec6d50 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sat, 4 Jun 2016 12:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=B1=BB=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E9=BB=98=E8=AE=A4=E4=B8=8D=E8=87=AA=E5=8A=A8=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=AD=97=E6=AE=B5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Model.php b/library/think/Model.php index b3eea262..86c33325 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -64,7 +64,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess // 更新自动完成列表 protected $update = []; // 是否自动获取字段类型信息 - protected $autoFetchFieldType = true; + protected $autoFetchFieldType = false; // 是否需要自动写入时间戳 protected $autoWriteTimestamp; // 创建时间字段