Helius
2022-02-28 25fb65540710ad0c90cbb0333cacbddef11b3f2b
gc-order/src/main/java/com/xzx/gc/order/mapper/AccountMapper.java
@@ -36,4 +36,6 @@
    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);
}