ziwen 2 năm trước cách đây
mục cha
commit
83deebc60e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/report.go

+ 1 - 0
controllers/report.go

@@ -3188,6 +3188,7 @@ func (this *ReportController) CommentAdd() {
 		CompanyId:   user.CompanyId,
 		CompanyName: companyDetail.CompanyName,
 		Content:     content,
+		Title:       articleInfo.Title,
 	}
 	_, err = models.AddArticleComment(&item)
 	if err != nil {