瀏覽代碼

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)
 			}