From fac8056e97cca7b4bddb000fa494f255b893cea6 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 16 Aug 2023 16:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=88=AC=E5=A1=94=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/pagoda/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pagoda/module.go b/modules/pagoda/module.go index 1d1c5003e..8d7fdc9c4 100644 --- a/modules/pagoda/module.go +++ b/modules/pagoda/module.go @@ -188,7 +188,7 @@ func (this *Pagoda) CheckPoint29101(uid string) (activated bool, progress int32) if v.Race < 10 { // 10以内的是阵营塔 var defeat int32 // 校验今天是否开启 - if c, err := this.configure.GetPagodaCirculateConf(v.Race, v.Curfloor); err != nil { + if c, err := this.configure.GetPagodaCirculateConf(v.Race, v.Curfloor); err == nil { for _, v1 := range c.Openingtime { if curWeekDay == v1 { if utils.IsToday(v.Rtime) {