소스 검색

update 区块星链

tags/v3.3.7
DengBiao 2 년 전
부모
커밋
43528b9017
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      rule/block_star_chain_settlement.go

+ 3
- 0
rule/block_star_chain_settlement.go 파일 보기

@@ -57,6 +57,9 @@ func DailySettlementBlockStarChain(engine *xorm.Engine, mid string, isTask bool)
if blockStarChain.StartAt == "" || blockStarChain.StartAt == "0000-00-00" {
_ = session.Rollback()
return errors.New("区块星链空投暂未开启")
} else {
_ = session.Rollback()
return errors.New("区块星链空投暂未开启1111")
}

if blockStarChain.SettlementDate == today {


불러오는 중...
취소
저장