|
@@ -139,7 +139,7 @@ func (this *ReportController) Detail() {
|
|
|
}
|
|
|
|
|
|
if report.ClassifyNameFirst == "权益研报" {
|
|
|
- report.TitleType = "权益"
|
|
|
+ report.TitleType = "图说逻辑"
|
|
|
} else {
|
|
|
report.TitleType = "FICC"
|
|
|
}
|
|
@@ -188,7 +188,7 @@ func (this *ReportController) Detail() {
|
|
|
recommendList[i].HasPermission = 1
|
|
|
}
|
|
|
if item.ClassifyNameFirst == "权益研报" {
|
|
|
- recommendList[i].TitleType = "权益"
|
|
|
+ recommendList[i].TitleType = "图说逻辑"
|
|
|
} else {
|
|
|
recommendList[i].TitleType = "FICC"
|
|
|
}
|
|
@@ -268,7 +268,7 @@ func (this *ReportController) ListReport() {
|
|
|
}
|
|
|
|
|
|
if item.ClassifyNameFirst == "权益研报" {
|
|
|
- list[i].TitleType = "权益"
|
|
|
+ list[i].TitleType = "图说逻辑"
|
|
|
} else {
|
|
|
list[i].TitleType = "FICC"
|
|
|
}
|