From a515cab3ca85b57789cae17f751c471410e05c6b Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Fri, 30 Nov 2018 10:03:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=BB=98=E8=AE=A4=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/install.go b/commands/install.go index 62672185..d688f033 100644 --- a/commands/install.go +++ b/commands/install.go @@ -122,6 +122,7 @@ func initialization() { book.MemberId = member.MemberId book.BookName = "MinDoc演示项目" book.Status = 0 + book.ItemId = 1 book.Description = "这是一个MinDoc演示项目,该项目是由系统初始化时自动创建。" book.CommentCount = 0 book.PrivatelyOwned = 0