xingzai 1 yıl önce
ebeveyn
işleme
2f232a02c7
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 1 0
      controllers/report_selection.go
  2. 1 0
      models/report_selection.go

+ 1 - 0
controllers/report_selection.go

@@ -140,6 +140,7 @@ func (this *ReportSelectionController) Detail() {
 					}
 					listSonLog[k2].OverviewArticleId = articleStockMap[v2.SubjectName]
 					listSonLog[k2].List = listIndustrial
+					listSonLog[k2].IsShowApplyButton = true
 					if v2.Label != "" {
 						v2.CompanyLabel = strings.Split(v2.Label, "{|}")
 					}

+ 1 - 0
models/report_selection.go

@@ -73,6 +73,7 @@ type CygxReportSelectionLogDetail struct {
 	IndustrialManagementId string   `description:"产业Id"`
 	IndustrialSubjectId    int      `description:"标的ID"`
 	SubjectName            string   `description:"标的名称"`
+	IsShowApplyButton      bool     `description:"是否展示申请路由按钮"`
 	IsNew                  bool     `description:"是否展示新标签"`
 	Body                   string   `description:"内容"`
 	CompanyLabel           []string `description:"公司标签"`