fix: 信用卡账单,bug修复。

This commit is contained in:
tianyongbao
2024-10-23 13:57:01 +08:00
parent 29a63f9966
commit 78aba295c7
3 changed files with 15 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
2)>= to_char(adr.create_time,
'yyyy-MM-dd')
and adr.deal_category = '5'
and adr.del_flag='0'
) as pos_count,
(
select
@@ -77,7 +77,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
2)>= to_char(adr.create_time,
'yyyy-MM-dd')
and adr.deal_category = '1'
and adr.del_flag='0'
) as daily_expenses_count
from
credit_card_bill a