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