|
@@ -51,7 +51,8 @@ func (l *GetSearchListLogic) GetSearchList(in *bxcore.SearchReq) (*bxcore.Search
|
|
Platform: in.Platform,
|
|
Platform: in.Platform,
|
|
UserType: in.UserType,
|
|
UserType: in.UserType,
|
|
SearchGroup: in.SearchGroup,
|
|
SearchGroup: in.SearchGroup,
|
|
- //Subtype: "招标预告,招标公告,招标结果,招标信用信息",
|
|
|
|
|
|
+ Subtype: in.Subtype,
|
|
|
|
+ TopType: in.TopType,
|
|
}
|
|
}
|
|
// 搜索范围只允许筛选 标题和正文 其他的过滤掉
|
|
// 搜索范围只允许筛选 标题和正文 其他的过滤掉
|
|
var selectType []string
|
|
var selectType []string
|