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:
commit
8f03f31def
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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