|
@@ -327,7 +327,9 @@ func GetReportDetail(userinfo *models.WxUserItem, reportId int) (reportDetail fi
|
|
|
reportItem.CanvasColor = reportInfo.CanvasColor
|
|
|
reportItem.ArticleId = detailArticle.ArticleId
|
|
|
reportItem.Disclaimer = GetConfigCodeDisclaimer()
|
|
|
-
|
|
|
+ if reportInfo.ClassifyNameFirst == "晨会纪要" && reportInfo.ClassifyNameSecond == "晨会纪要" {
|
|
|
+ reportItem.Title = "FICC/周期品晨会纪要"
|
|
|
+ }
|
|
|
//版头版尾样式
|
|
|
{
|
|
|
if reportInfo.HeadResourceId > 0 {
|