fix
Helius
2021-07-19 5e4f1cba1d27b43aeef878ae3b4e77813a2870ff
gc-order/src/main/java/com/xzx/gc/order/mapper/AccountMapper.java
@@ -34,4 +34,6 @@
    UserAccountModel getAccountByUserId(String userId);
    void updateUserAccount(@Param("accountId") String accountId, @Param("money") String money, @Param("overdraftLimit") String overdraftLimit);
    AccountInfo selectAccountInfoByUserId(@Param("userId") String userId);
}