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