소스 검색

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

xingzai 2 년 전
부모
커밋
c80c5b2630
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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, "{|}")