Merge pull request 'by Robin at 20240508' (#413) from feat-IRONFANS-112-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/413
This commit is contained in:
chenhao 2024-05-08 20:49:26 +08:00
commit 8f03f31def
2 changed files with 3 additions and 0 deletions

View File

@ -3138,6 +3138,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
}
@ -3283,6 +3284,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
}