liding
11 小时以前 1a3f5db043fd381b60a0a5f40687136274a2cbd1
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