Merge pull request 'feat-IRONFANS-70' (#322) from feat-IRONFANS-70 into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/322
This commit is contained in:
commit
32dce6b2bb
|
@ -31,10 +31,3 @@ func (p *ZoneThirdPartner) GetSharingRatio() float64 {
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *ZoneThirdPartner) GetZid() int64 {
|
|
||||||
if p != nil && p.Zid != nil {
|
|
||||||
return *p.Zid
|
|
||||||
}
|
|
||||||
return 0
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue