From 9ee5d996a6537121aad58c46adb066c82381fa1c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 24 Feb 2022 15:31:58 +0800 Subject: [PATCH] 20222223 --- src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java | 12 +++++++++++- 1 files changed, 11 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 6bd555e..c5e5e96 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 @@ -42,5 +42,15 @@ void updateWalletBalance(@Param("id") Long id, @Param("availableBalance")BigDecimal availableBalance,@Param("totalBalance")BigDecimal totalBalance, @Param("frozenBalance")BigDecimal frozenBalance); - Result usdtToGusd(BigDecimal balance, Integer transfertype); + Result usdtToGusd(BigDecimal balance,Integer type); + + Result zhiYaGusd(BigDecimal balance); + + Result shuhuiGusd(BigDecimal balance,Long id); + + Result findMemberGusdInfo(); + + Result getZhiyaRecords(RecordsPageDto recordsPageDto); + + Result getusdtToGusdRecords(RecordsPageDto recordsPageDto); } -- Gitblit v1.9.1