|
@@ -38,21 +38,21 @@ func (l *GetSubListLogic) GetSubList(in *bxsubscribe.SubscribeInfosReq) (*bxsubs
|
|
|
go util.UpdateUserPushUnread(in.UserId, in.UserType)
|
|
|
}
|
|
|
spqp := &util.SubPushQueryParam{
|
|
|
- Mgo_bidding: IC.MgoBidding, //mongo
|
|
|
- Bidding: IC.DB.MongoDB.Bidding.Collection, //招标信息 表
|
|
|
- Bidding_back: IC.DB.MongoDB.Bidding.CollectionBack, //招标信息备份数据 表名
|
|
|
- UserId: in.UserId, //用户id
|
|
|
- PageNum: int(in.PageNum), //当前页码
|
|
|
- PageSize: int(in.PageSize), //每页多少条数据
|
|
|
- SelectTime: in.SelectTime, //时间跨度
|
|
|
- Area: in.Area, //省份
|
|
|
- City: in.City, //城市
|
|
|
- Buyerclass: in.BuyerClass, //采购单位类型
|
|
|
- Subtype: in.Subtype, //信息类型
|
|
|
- Subscopeclass: in.Industry, //行业
|
|
|
- Key: in.KeyWords, //关键词
|
|
|
- Price: in.Price, //价格区间
|
|
|
- FileExists: in.FileExists, //是否有附件
|
|
|
+ Mgo_bidding: IC.MgoBidding, //mongo
|
|
|
+ Bidding: IC.DB.Mongo.Bidding.Collection, //招标信息 表
|
|
|
+ Bidding_back: IC.DB.Mongo.Bidding.CollectionBack, //招标信息备份数据 表名
|
|
|
+ UserId: in.UserId, //用户id
|
|
|
+ PageNum: int(in.PageNum), //当前页码
|
|
|
+ PageSize: int(in.PageSize), //每页多少条数据
|
|
|
+ SelectTime: in.SelectTime, //时间跨度
|
|
|
+ Area: in.Area, //省份
|
|
|
+ City: in.City, //城市
|
|
|
+ Buyerclass: in.BuyerClass, //采购单位类型
|
|
|
+ Subtype: in.Subtype, //信息类型
|
|
|
+ Subscopeclass: in.Industry, //行业
|
|
|
+ Key: in.KeyWords, //关键词
|
|
|
+ Price: in.Price, //价格区间
|
|
|
+ FileExists: in.FileExists, //是否有附件
|
|
|
}
|
|
|
if in.UserType == "mType" {
|
|
|
spqp.PushMysql = IC.MemberPushMysql
|