feat-IRONFANS-70 #322

Merged
chenhao merged 2 commits from feat-IRONFANS-70 into test 2024-04-22 19:44:08 +08:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit b20df90243 - Show all commits

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
}