src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
@@ -42,4 +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 type); Result zhiYaGusd(BigDecimal balance); Result shuhuiGusd(BigDecimal balance,Long id); Result findMemberGusdInfo(); Result getZhiyaRecords(RecordsPageDto recordsPageDto); Result getusdtToGusdRecords(RecordsPageDto recordsPageDto); }