Browse Source

Merge remote-tracking branch 'origin/debug' into debug

Roc 3 months ago
parent
commit
14fc47f78c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/ppt_v2.go

+ 1 - 1
models/ppt_v2.go

@@ -411,7 +411,7 @@ func (m *PptV2) GetCountByConditionWithAdminId(condition string, pars []interfac
 
 // PptReportQueryFields 除富文本的常用查询字段
 var PptReportQueryFields = []string{
-	"ppt_id", "title", "classify_id", "ppt_version", "pptx_url", "ppt_page", "title_setting", "state", "report_source", "publish_time", "submit_time", "approve_time", "create_time", "modify_time", "admin_id", "admin_real_name", "collaborate_type", "collaborate_users",
+	"ppt_id", "title", "abstract", "classify_id", "ppt_version", "pptx_url", "ppt_page", "title_setting", "state", "report_source", "publish_time", "submit_time", "approve_time", "create_time", "modify_time", "admin_id", "admin_real_name", "collaborate_type", "collaborate_users",
 }
 
 type PptReportItem struct {