Browse Source

add 区块星链

tags/v2.2.7
DengBiao 2 years ago
parent
commit
b6a97a271d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      rule/block_star_chain_settlement.go

+ 2
- 0
rule/block_star_chain_settlement.go View File

@@ -38,6 +38,7 @@ func DailySettlementBlockStarChain(engine *xorm.Engine, mid string) (err error)
session.Begin()
now := time.Now()
today := now.Format("2006-01-02")

fmt.Println(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", now.Hour())
if now.Hour() > 8 || now.Hour() < 1 {
//TODO::只在凌晨一点 ~ 凌晨 8 点运行
@@ -188,6 +189,7 @@ func DailySettlementBlockStarChain(engine *xorm.Engine, mid string) (err error)
_ = session.Rollback()
return errors.New("事务提交失败")
}
fmt.Println(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>区块星链结束<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<")
return nil
}



Loading…
Cancel
Save