瀏覽代碼

no message

zhangchuanxing 2 月之前
父節點
當前提交
2c51500e76
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -139,6 +139,7 @@ func (this *ArticleNoLoginController) Detail() {
 	}
 	if detail.ArticleTypeId == 0 {
 		detail.ChartPermissionName = utils.GU_SHOU_NAME
+		detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
 	} else {
 		detail.ChartPermissionName = utils.CHART_PERMISSION_NAME_YANXUAN
 	}