From 628b73a85c0f333513932e0941aabf8da0ed3dc1 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sun, 07 Jun 2020 15:59:35 +0800 Subject: [PATCH] modify rabbit mq orderType --- src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java index 82945c8..9c612d8 100644 --- a/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java +++ b/src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java @@ -22,7 +22,7 @@ public Result getWalletCoinRecords(); - public Result getWalletContractRecords(String symbol); + public Result getWalletContractRecords(); public Result getWalletAgentRecords(); -- Gitblit v1.9.1