|
@@ -432,6 +432,9 @@ Loop:
|
|
|
detail.ReportLink += "?token=" + chartUserTokenByMobile
|
|
|
}
|
|
|
}
|
|
|
+ if articleId < utils.SummaryArticleId {
|
|
|
+ detail.Abstract, _ = services.GetReportContentTextSubNew(detail.Abstract)
|
|
|
+ }
|
|
|
if detail.ArticleTypeId == 14 {
|
|
|
detail.IsApplyAppointmentExpert = true //判断文章类型是否属于专家访谈 查研观向11.0
|
|
|
}
|