소스 검색

no message

xingzai 1 년 전
부모
커밋
87af41862e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      services/es_comprehensive.go

+ 3 - 3
services/es_comprehensive.go

@@ -806,9 +806,9 @@ func GetResourceDataEsList(list []*SearchComprehensiveItem, user *models.WxUserI
 			if v.ProductInterior != nil && v.SourceId == vList.SourceId {
 				v.ProductInterior.Title = vList.Title
 			}
-			if v.IndustrialResource != nil && v.SourceId == vList.SourceId {
-				v.IndustrialResource.UpdateTime = vList.PublishDate
-			}
+			//if v.IndustrialResource != nil && v.SourceId == vList.SourceId {
+			//	v.IndustrialResource.UpdateTime = vList.PublishDate
+			//}
 			if v.SourceId == vList.SourceId && v.Source == vList.Source {
 				items = append(items, v)
 			}