Helius
2021-08-04 04b04d8e0746f6bf6f83450caec52bc7f9ce8db9
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);
}