rdluck 4 年 前
コミット
b88abf4db9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -59,7 +59,7 @@ func (this *ReportController) Detail() {
 	report.Content = html.UnescapeString(report.Content)
 
 	productId := 0
-	if report.ClassifyNameSecond == "近期路演精华" {
+	if report.ClassifyNameFirst == "权益研报" {
 		productId = 2
 	} else {
 		productId = 1