cloudroam
2024-12-26 6d2ec1b3b6979bce9c8f9244c8a17f5ccfa67063
src/main/java/com/mzl/flower/service/impl/wallet/WalletBillRecordServiceImpl.java
@@ -251,4 +251,9 @@
    public WalletBillRecordDO getBillRecordByWithdrawRecordId(Long withdrawRecordId) {
        return walletBillRecordMapper.getBillRecordByWithdrawRecordId(withdrawRecordId);
    }
    @Override
    public BigDecimal getHistoryAmount(Long walletId, Long supplierId) {
        return  walletBillRecordMapper.getHistoryAmount(walletId,supplierId);
    }
}