by Robin at 20240508 #413

Merged
chenhao merged 1 commits from feat-IRONFANS-112-Robin into test 2024-05-08 20:49:26 +08:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 1a26469760 - Show all commits

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
}