From b20df90243d8dd09d0c956a40538b4de87f27d28 Mon Sep 17 00:00:00 2001 From: Leufolium Date: Mon, 22 Apr 2024 19:43:35 +0800 Subject: [PATCH] by Robin at 20240422 --- dbstruct/zone_third_partner.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dbstruct/zone_third_partner.go b/dbstruct/zone_third_partner.go index ea392727..3e5cebcb 100644 --- a/dbstruct/zone_third_partner.go +++ b/dbstruct/zone_third_partner.go @@ -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 -}