diff --git a/rule/block_star_chain_settlement.go b/rule/block_star_chain_settlement.go index 147878e..e8b95e5 100644 --- a/rule/block_star_chain_settlement.go +++ b/rule/block_star_chain_settlement.go @@ -40,7 +40,8 @@ func DailySettlementBlockStarChain(engine *xorm.Engine, mid string, isTask bool) today := now.Format("2006-01-02") fmt.Println(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", now.Hour()) - if isTask && (now.Hour() > 8 || now.Hour() < 1) { + //if isTask && (now.Hour() > 8 || now.Hour() < 1) { + if isTask && (now.Hour() > 8) { //TODO::只在凌晨一点 ~ 凌晨 8 点运行 return errors.New("非运行时间") }