|
@@ -988,7 +988,7 @@ func GetReportList(user user.UserInfo, keyWord string, classifyIdFirst, classify
|
|
|
stageStr = strconv.Itoa(reportInfo.Stage)
|
|
|
}
|
|
|
reportItem.TitleInfo = fmt.Sprintf("【第%s期|FICC|%s】", stageStr, reportItem.ClassifyNameSecond)
|
|
|
- if reportItem.ClassifyNameSecond != `` {
|
|
|
+ if reportItem.ClassifyNameThird != `` {
|
|
|
reportItem.TitleInfo = fmt.Sprintf("%s|%s】", reportItem.TitleInfo, reportItem.ClassifyNameThird)
|
|
|
}
|
|
|
//trimClassifyNameSecond := utils.TrimHtml(reportInfo.ClassifyNameSecond)
|