From 0fe3f1c1ed0290d6e20d23fd7c9b674594c79a4f Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 22 Sep 2022 23:52:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=8C=BA=E5=9D=97=E6=98=9F=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rule/block_star_chain_settlement.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rule/block_star_chain_settlement.go b/rule/block_star_chain_settlement.go index a42a18c..ddfca2b 100644 --- a/rule/block_star_chain_settlement.go +++ b/rule/block_star_chain_settlement.go @@ -54,13 +54,13 @@ func DailySettlementBlockStarChain(engine *xorm.Engine, mid string, isTask bool) _ = session.Rollback() return err } - if blockStarChain.StartAt == "" || blockStarChain.StartAt == "0000-00-00" { - _ = session.Rollback() - return errors.New("区块星链空投暂未开启") - } else { - _ = session.Rollback() - return errors.New("区块星链空投暂未开启1111") - } + //if blockStarChain.StartAt == "" || blockStarChain.StartAt == "0000-00-00" { + // _ = session.Rollback() + // return errors.New("区块星链空投暂未开启") + //} else { + // _ = session.Rollback() + // return errors.New("区块星链空投暂未开启1111") + //} if blockStarChain.SettlementDate == today { _ = session.Rollback()