zhangchuanxing hai 2 meses
pai
achega
2c51500e76
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 	}