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