Browse Source

报告精选暂时全部去掉new标签

xingzai 2 years ago
parent
commit
c80c5b2630
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -1686,7 +1686,7 @@ func (this *ReportController) Detail() {
 						br.ErrMsg = "获取信息失败,Err:" + err.Error()
 						return
 					}
-					v2.IsNew = isNew
+					//v2.IsNew = isNew
 					listSonLog[k2].List = listIndustrial
 					if v2.Label != "" {
 						v2.CompanyLabel = strings.Split(v2.Label, "{|}")