huminmin
2026-05-20 b693c7b6a73ea83a4bfc66f3846e0d9517af2642
src/main/resources/mapper/account/AccountExpenseMapper.xml
@@ -45,7 +45,7 @@
            AND expense_method = #{accountExpense.expenseMethod}
        </if>
    </select>
    <select id="report" resultType="com.ruoyi.account.dto.AccountDto2">
    <select id="report" resultType="com.ruoyi.account.bean.dto.AccountDto2">
        SELECT
        sdd.dict_label typeName,
        sum(expense_money) account