fix
Helius
2021-11-10 c4d8357ad30bb39968279957d1fb594ef8dfdf5f
gc-order/src/main/java/com/xzx/gc/order/mapper/AccountMapper.java
@@ -34,4 +34,8 @@
    UserAccountModel getAccountByUserId(String userId);
    void updateUserAccount(@Param("accountId") String accountId, @Param("money") String money, @Param("overdraftLimit") String overdraftLimit);
    AccountInfo selectAccountInfoByUserId(@Param("userId") String userId);
    AccountInfo selectAccountInfoByPhone(@Param("phone") String phone);
}