fix: 智聪记账管理,结算卡统计、POS机统计bug修复。
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
and to_char( atr.create_time,
|
||||
'yyyy-MM-dd') = to_char(CURRENT_DATE,
|
||||
'yyyy-MM-dd')
|
||||
) as oneDayAmount
|
||||
) as todayAmount
|
||||
,
|
||||
(
|
||||
select
|
||||
@@ -321,7 +321,7 @@
|
||||
and to_char( atr.create_time,
|
||||
'yyyy-MM-dd') = to_char(CURRENT_DATE,
|
||||
'yyyy-MM-dd')
|
||||
) as oneDayCount,
|
||||
) as todayCount,
|
||||
(
|
||||
select
|
||||
case
|
||||
@@ -571,7 +571,7 @@
|
||||
and to_char( atr.create_time,
|
||||
'yyyy-MM-dd') = to_char(CURRENT_DATE,
|
||||
'yyyy-MM-dd')
|
||||
) as oneDayAmount
|
||||
) as todayAmount
|
||||
,
|
||||
(
|
||||
select
|
||||
@@ -585,7 +585,7 @@
|
||||
and to_char( atr.create_time,
|
||||
'yyyy-MM-dd') = to_char(CURRENT_DATE,
|
||||
'yyyy-MM-dd')
|
||||
) as oneDayCount,
|
||||
) as todayCount,
|
||||
(
|
||||
select
|
||||
case
|
||||
|
||||
Reference in New Issue
Block a user