huminmin
2026-05-12 d9c874b0b201339a8d4be4ab8ddd8c40fb7a92ef
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