Browse Source

测试信息提交

WH01243 2 năm trước cách đây
mục cha
commit
44cb0a7a34
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      jyBXSubscribe/rpc/internal/logic/bypushhistorylogic.go

+ 0 - 3
jyBXSubscribe/rpc/internal/logic/bypushhistorylogic.go

@@ -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