ruoyi-system/src/main/resources/mapper/system/TBankFlowMapper.xml
@@ -37,9 +37,9 @@ <!-- 统计总额和微信支付金额 --> <select id="getPaymentStats" resultMap="PaymentStatsResultMap"> SELECT SUM(flow_money) AS totalFlowMoney, SUM(deduction_money) AS totalDeductionMoney, SUM(remaining_money) AS totalRemainingMoney ifnull(SUM(flow_money),0) AS totalFlowMoney, ifnull(SUM(deduction_money),0) AS totalDeductionMoney, ifnull(SUM(remaining_money),0) AS totalRemainingMoney FROM t_bank_flow <where>