陶杰
2024-12-29 8ddec1fa60bdbd2d970cff7b4bf2ae5b4ded1627
src/main/java/com/mzl/flower/service/statistics/StatisticsService.java
@@ -174,7 +174,7 @@
        WalletWithdrawVO withdrawTotal = walletMapper.getSumWithdrawTotal();
        BigDecimal sumHistoryWithdrawTotal = walletMapper.getSumHistoryWithdrawTotal();
        dto.setSupplierPendingAmount(withdrawTotal.getSupplierPendingAmount().add(sumHistoryWithdrawTotal));
        dto.setSupplierPendingAmount(withdrawTotal.getSupplierPendingAmount());
        dto.setSupplierCompleteAmount(withdrawTotal.getSupplierCompleteAmount().add(sumHistoryWithdrawTotal));
//        dto.setSupplierPendingAmount(new BigDecimal(0));//TODO 供应商待提现:结算列表待结算(供应商)+供应商钱包余额