Merge pull request 'by Robin at 20240422' (#321) from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/321
This commit is contained in:
chenhao 2024-04-22 19:43:59 +08:00
commit de52618be9
1 changed files with 0 additions and 7 deletions

View File

@ -31,10 +31,3 @@ func (p *ZoneThirdPartner) GetSharingRatio() float64 {
}
return 0
}
func (p *ZoneThirdPartner) GetZid() int64 {
if p != nil && p.Zid != nil {
return *p.Zid
}
return 0
}