|
@@ -582,6 +582,7 @@ func GetResourceDataEsList(list []*SearchComprehensiveItem, user *models.WxUserI
|
|
|
//listIndustrialResourceIds, _ = HandleIndustryList(listIndustrialResourceIds, user, "Hz")
|
|
|
for _, v := range listIndustrialResourceIds {
|
|
|
v.Source = 1
|
|
|
+ v.UpdateTime = v.PublishDate
|
|
|
mapItems[fmt.Sprint("industrialsourceHz", v.IndustrialManagementId)].IndustrialResource = v
|
|
|
}
|
|
|
}
|
|
@@ -622,6 +623,7 @@ func GetResourceDataEsList(list []*SearchComprehensiveItem, user *models.WxUserI
|
|
|
//listIndustrialResourceIds, _ = HandleIndustryList(listIndustrialResourceIds, user, "Yx")
|
|
|
for _, v := range listIndustrialResourceIds {
|
|
|
v.Source = 2
|
|
|
+ v.UpdateTime = v.PublishDate
|
|
|
mapItems[fmt.Sprint("industrialsourceYx", v.IndustrialManagementId)].IndustrialResource = v
|
|
|
}
|
|
|
}
|