by Robin at 20240524

This commit is contained in:
Leufolium 2024-05-24 22:24:27 +08:00
parent a7e01c4dec
commit 5d67f05fd0
1 changed files with 1 additions and 0 deletions

View File

@ -1984,6 +1984,7 @@ func (s *Service) utilFillZonesWithOpVOInfo(ctx *gin.Context, list []*dbstruct.Z
ZoneThirdPartner: ztp, ZoneThirdPartner: ztp,
Account: ztpAcctVO, Account: ztpAcctVO,
} }
vo.ZoneThirdPartner.IsHided = vo.Zone.GetIsZoneThirdPartnerHided()
// 填充协作者 // 填充协作者
zclist := zcMp[zid] zclist := zcMp[zid]