Browse Source

no message

zhangchuanxing 1 month ago
parent
commit
9e3cff79d7
1 changed files with 10 additions and 0 deletions
  1. 10 0
      services/tag.go

+ 10 - 0
services/tag.go

@@ -105,6 +105,16 @@ func GetConditionInitByTagIds(user *models.WxUserItem, labelKeyword string) (yan
 			yanxuanArticleIds = append(yanxuanArticleIds, v.ArticleId)
 		}
 
+	case "固收": // 买方沙龙
+		listGuShou, e := models.GetResourceDataListGuShou()
+		if e != nil {
+			err = errors.New("GetResourceDataListGuShou, Err: " + e.Error())
+			return
+		}
+		for _, v := range listGuShou {
+			yanxuanArticleIds = append(yanxuanArticleIds, v.SourceId)
+		}
+
 		//case "买方沙龙": // 买方沙龙
 		//	condition = `  AND  article_type_id = 12  `
 		//	list, e := models.GetCygxCygxArticleIdList(condition, pars)