Skip to content

Commit b3337f1

Browse files
committed
移除分词功能(作用不大)
1 parent 3fc2902 commit b3337f1

File tree

3 files changed

+5
-589063
lines changed

3 files changed

+5
-589063
lines changed

controllers/BookController.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ func (this *BookController) Create() {
569569
this.JsonResult(6006, "项目标识已存在")
570570
}
571571

572-
book.Label = utils.SegWord(bookName)
572+
book.Label = ""
573573
book.BookName = bookName
574574
book.Author = author
575575
book.AuthorURL = authorURL

0 commit comments

Comments
 (0)