cloudroam
2024-12-04 6c823dd44dbde79f008001a2a11e7bf9bc6bf8cc
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);
    }
}