2026-05-21 3ff2a2c1789d692a64a43e9f7e70ca5b3578b0a8
src/main/resources/mapper/account/AccountIncomeMapper.xml
@@ -66,7 +66,7 @@
            AND income_method = #{accountIncome.incomeMethod}
        </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,
        ifnull(sum(income_money),0) account