trading-order-service/src/main/java/com/yami/trading/service/impl/WithdrawServiceImpl.java
@@ -135,9 +135,11 @@ String symbol = ""; if (withdraw.getMethod().indexOf("BTC") != -1) { symbol = "btc"; symbol = "btcusdt"; } else if (withdraw.getMethod().indexOf("ETH") != -1) { symbol = "eth"; symbol = "ethusdt"; } else if(withdraw.getMethod().indexOf("USDC") != -1){ symbol = "usdcusdt"; } else { symbol = "usdt"; } @@ -210,7 +212,6 @@ logService.save(log); tipService.deleteTip(withdraw.getUuid().toString()); } @Override public long waitCount() { return count(Wrappers.<Withdraw>query().lambda().eq(Withdraw::getStatus, 0));