mirror of https://gitee.com/y_project/RuoYi.git
修复失败记录地址没有转码功能
parent
2608ec67ae
commit
8ff0c83c94
|
@ -391,7 +391,7 @@ public class TRX2EneryTransferHandler {
|
|||
trxExchangeFail.setDelegateStatus("2");
|
||||
trxExchangeFail.setCalcRule(calcRule);
|
||||
trxExchangeFailMapper.insertTrxExchangeFail(trxExchangeFail);
|
||||
redisTemplate.opsForValue().set("transfer_trx_fail_" + txID, trxExchangeFail.getIdTrxExchangeFail(), 1, TimeUnit.HOURS);
|
||||
redisTemplate.opsForValue().set("transfer_trx_fail_" + txID, trxExchangeFail.getIdTrxExchangeFail(), 7, TimeUnit.DAYS);
|
||||
}
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue