Explorar el Código

update 区块星链

tags/v3.1.5
DengBiao hace 2 años
padre
commit
d412f11d8d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      rule/block_star_chain_settlement.go

+ 2
- 1
rule/block_star_chain_settlement.go Ver fichero

@@ -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("非运行时间")
}


Cargando…
Cancelar
Guardar