Explorar el Código

update 区块星链

tags/v3.1.0
DengBiao hace 2 años
padre
commit
6d421b4cfd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      svc/svc_block_star_chain_settlement.go

+ 1
- 1
svc/svc_block_star_chain_settlement.go Ver fichero

@@ -49,7 +49,7 @@ func SetCacheUserVirtualAmount(session *xorm.Session, masterId, amount string, c
}
//_, err := cache.Set(redisKey, int64(utils.StrToFloat64(amount)))
//TODO::默认缓存1小时 (先调整为 5 min)
_, err := cache.SetEx(redisKey, int64(zhios_order_relate_utils.StrToFloat64(amount)), 60*5)
_, err := cache.SetEx(redisKey, zhios_order_relate_utils.StrToFloat64(amount), 60*5)
if err != nil {
return err
}


Cargando…
Cancelar
Guardar