陶杰
2024-12-17 b249877c2722250deeedb0c68bb68646fcea4017
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);
    }
}