duxin 2 лет назад
Родитель
Сommit
300e9f2037
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      jyBXSubscribe/rpc/internal/logic/getdistributorlogic.go

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

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