rdluck 4 anos atrás
pai
commit
b88abf4db9
1 arquivos alterados com 1 adições e 1 exclusões
  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