From fa979a53828ba47528298825d3556e247ddbf733 Mon Sep 17 00:00:00 2001 From: molong Date: Sun, 11 Jun 2017 15:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A8=A1=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E5=A4=84BUG=EF=BC=8C=E7=BC=96=E8=BE=91=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=90=8E=E5=86=8D=E7=BC=96=E8=BE=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/model/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/model/Model.php b/application/common/model/Model.php index 55e3fca4..527d5a86 100644 --- a/application/common/model/Model.php +++ b/application/common/model/Model.php @@ -14,7 +14,7 @@ namespace app\common\model; */ class Model extends Base{ - protected $auto = [ 'update_time', 'field_sort', 'attribute_list']; + protected $auto = [ 'update_time']; protected $insert = ['name', 'create_time', 'status'=>1]; protected $type = array( 'id' => 'integer',