diff --git a/Src/Sheet/Core/Log.php b/Src/Sheet/Core/Log.php index 110b2e4..643d9d0 100644 --- a/Src/Sheet/Core/Log.php +++ b/Src/Sheet/Core/Log.php @@ -29,7 +29,6 @@ protected function sheetColumn() $this->addVarCharColumn('日志概述','title', 255); $this->addVarCharColumn('日志详情','content',512); $this->addVarCharColumn('日志简介','remark',512); - $this->addIntColumn('创建者', 'create_user_id', 11); } }