by Robin at 20240508
This commit is contained in:
parent
7b385f395d
commit
1a26469760
|
@ -3148,6 +3148,7 @@ func (s *Service) ApiGetZoneThirdPartnerList(ctx *gin.Context, req *zone_third_p
|
|||
ZoneThirdPartner: zoneThirdPartner,
|
||||
Account: acctVO,
|
||||
}
|
||||
vo.ZoneThirdPartner.IsHided = goproto.Int64(vo.ZoneThirdPartner.GetIsHided())
|
||||
|
||||
return
|
||||
}
|
||||
|
@ -3293,6 +3294,7 @@ func (s *Service) ApiGetZoneCollaboratorList(ctx *gin.Context, req *zone_collabo
|
|||
ZoneThirdPartner: zoneThirdPartner,
|
||||
Account: acctVO,
|
||||
}
|
||||
ztpVO.ZoneThirdPartner.IsHided = goproto.Int64(ztpVO.ZoneThirdPartner.GetIsHided())
|
||||
|
||||
return
|
||||
}
|
||||
|
|
|
@ -3836,6 +3836,7 @@ func (s *Service) OpGetZoneThirdPartnerList(ctx *gin.Context, req *zone_third_pa
|
|||
ZoneThirdPartner: zoneThirdPartner,
|
||||
Account: acctVO,
|
||||
}
|
||||
vo.ZoneThirdPartner.IsHided = goproto.Int64(vo.ZoneThirdPartner.GetIsHided())
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue