Browse Source

update 区块星链

tags/v3.4.0
DengBiao 2 years ago
parent
commit
0fe3f1c1ed
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      rule/block_star_chain_settlement.go

+ 7
- 7
rule/block_star_chain_settlement.go View File

@@ -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()


Loading…
Cancel
Save