|
@@ -42,9 +42,6 @@ func (l *GetDistributorLogic) GetDistributor(in *bxsubscribe.GetDistributorReq)
|
|
}
|
|
}
|
|
if len(users) > 0 {
|
|
if len(users) > 0 {
|
|
for _, v := range users {
|
|
for _, v := range users {
|
|
- if v.Id == common.IntAll(in.EntUserId) {
|
|
|
|
- continue
|
|
|
|
- }
|
|
|
|
var data bxsubscribe.UserResp
|
|
var data bxsubscribe.UserResp
|
|
data.Id = common.Int64All(v.Id)
|
|
data.Id = common.Int64All(v.Id)
|
|
data.Name = v.Name
|
|
data.Name = v.Name
|