|
@@ -930,9 +930,9 @@ func (this *SmartReportController) List() {
|
|
// 列表查询过滤掉富文本内容
|
|
// 列表查询过滤掉富文本内容
|
|
fields := []string{
|
|
fields := []string{
|
|
"smart_report_id", "report_code", "classify_id_first", "classify_name_first", "classify_id_second", "classify_name_second", "add_type",
|
|
"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",
|
|
|
|
|
|
+ "title", "abstract", "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",
|
|
"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", "abstract",
|
|
|
|
|
|
+ "last_modify_admin_id", "last_modify_admin_name", "content_modify_time", "pv", "uv",
|
|
}
|
|
}
|
|
list, e := reportOB.GetPageItemsByCondition(condition, pars, fields, "", startSize, params.PageSize)
|
|
list, e := reportOB.GetPageItemsByCondition(condition, pars, fields, "", startSize, params.PageSize)
|
|
if e != nil {
|
|
if e != nil {
|