|
@@ -76,7 +76,6 @@ func (l *ByPushHistoryLogic) ByPushHistory(in *bxsubscribe.SubscribeInfosReq) (*
|
|
|
vipType = model.EntnicheFlag
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
if in.UserType == model.EntnicheFlag {
|
|
|
spqp.UserId = common.InterfaceToStr(spqp.EntUserId)
|
|
|
}
|
|
@@ -115,7 +114,6 @@ func (l *ByPushHistoryLogic) ByPushHistory(in *bxsubscribe.SubscribeInfosReq) (*
|
|
|
"selectIds": ids,
|
|
|
"pushKeyWords": keyWords,
|
|
|
}
|
|
|
-
|
|
|
_id := IC.Mgo.Save("export_search", saveData)
|
|
|
if _id == "" {
|
|
|
return &bxsubscribe.ByPushHistoryResp{
|
|
@@ -123,7 +121,6 @@ func (l *ByPushHistoryLogic) ByPushHistory(in *bxsubscribe.SubscribeInfosReq) (*
|
|
|
ErrorMsg: "创建导出异常",
|
|
|
}, nil
|
|
|
}
|
|
|
-
|
|
|
return &bxsubscribe.ByPushHistoryResp{
|
|
|
Data: encrypt.SE.Encode2Hex(_id),
|
|
|
}, nil
|