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