by Robin at 20240508

This commit is contained in:
Leufolium 2024-05-08 20:49:11 +08:00
parent 7b385f395d
commit 1a26469760
2 changed files with 3 additions and 0 deletions

View File

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

View File

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