From 2e17228a3236b3a7d113ef71a0fb84f328cc808f Mon Sep 17 00:00:00 2001 From: molong Date: Fri, 5 Aug 2016 17:34:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=A8=A1=E5=9E=8Bmodel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/model/Document.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/common/model/Document.php b/application/common/model/Document.php index eeda771d..fff75a10 100644 --- a/application/common/model/Document.php +++ b/application/common/model/Document.php @@ -14,7 +14,6 @@ namespace app\common\model; */ class Document extends \think\model\Merge{ - protected $table = "sent_document"; protected $fk = 'doc_id'; // 定义需要自动写入时间戳格式的字段