陶杰
2024-12-21 ae3dd677f3bbbc26d7c41aebc0e6048e2d20593c
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 供应商待提现:结算列表待结算(供应商)+供应商钱包余额