Browse Source

fix: 智能研报摘要

hsun 1 year ago
parent
commit
9e04d372a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/smart_report/smart_report.go

+ 1 - 1
controllers/smart_report/smart_report.go

@@ -932,7 +932,7 @@ func (this *SmartReportController) List() {
 		"smart_report_id", "report_code", "classify_id_first", "classify_name_first", "classify_id_second", "classify_name_second", "add_type",
 		"title", "author", "frequency", "stage", "video_url", "video_name", "video_play_seconds", "video_size", "detail_img_url", "detail_pdf_url",
 		"admin_id", "admin_real_name", "state", "publish_time", "pre_publish_time", "pre_msg_send", "msg_is_send", "msg_send_time", "create_time", "modify_time",
-		"last_modify_admin_id", "last_modify_admin_name", "content_modify_time",
+		"last_modify_admin_id", "last_modify_admin_name", "content_modify_time", "abstract",
 	}
 	list, e := reportOB.GetPageItemsByCondition(condition, pars, fields, "", startSize, params.PageSize)
 	if e != nil {