Przeglądaj źródła

Merge branch 'cygx_4.1' of hongze/hongze_cygx into master

hongze 3 lat temu
rodzic
commit
9ca868dddd
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      controllers/report.go

+ 3 - 0
controllers/report.go

@@ -1429,6 +1429,9 @@ func (this *ReportController) ResearchDetail() {
 		} else if v.Type == "CYDYJY" {
 			listFirst[k].ListName = "产业调研纪要"
 			listFirst[k].IcoLink = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202110/20211020/UPAdozy96z9ypzY04vi0Y3Ogqzji.png"
+		} else if v.Type == "SSGS" {
+			listFirst[k].ListName = "上市公司调研纪要篇"
+			listFirst[k].IcoLink = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202111/20211101/ujHXB48I8ay9T0XoPRI7lorz7OkL.png"
 		} else {
 			listFirst[k].ListName = "事件点评"
 			listFirst[k].IcoLink = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202110/20211020/2a5cXafO3Iws4QcFp1bd5WPdYikV.png"