소스 검색

update 区块星链

tags/v3.1.0
DengBiao 2 년 전
부모
커밋
6d421b4cfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      svc/svc_block_star_chain_settlement.go

+ 1
- 1
svc/svc_block_star_chain_settlement.go 파일 보기

@@ -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
}


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