|
@@ -929,11 +929,11 @@ func GetResourceDataEsList(list []*SearchComprehensiveItem, user *models.WxUserI
|
|
|
productinteriorIds = append(productinteriorIds, v.SourceId)
|
|
|
} else if v.Source == "industrialsourceHz" {
|
|
|
industrialResourceIdsHz = append(industrialResourceIdsHz, v.SourceId)
|
|
|
- } else if v.Source == "industrialResourceIdsYx" {
|
|
|
+ } else if v.Source == "industrialsourceYx" {
|
|
|
industrialResourceIdsYx = append(industrialResourceIdsYx, v.SourceId)
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
+ fmt.Println(industrialResourceIdsYx)
|
|
|
//处理文章
|
|
|
if len(articleIds) > 0 {
|
|
|
pars = make([]interface{}, 0)
|