gongchunyi
2026-02-13 a10faaa8d2a80f0302c35a5d73dcb7b3fb069133
src/main/resources/mapper/account/AccountIncomeMapper.xml
@@ -76,7 +76,7 @@
               IFNULL(SUM(income_money), 0)            AS amount
        FROM account_income
        WHERE income_date BETWEEN #{startDate} AND #{endDate}
          AND business_type = 1
#           AND business_type = 1
        GROUP BY dateStr
        ORDER BY dateStr