fix: 信用卡账单,bug修复。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user