Skip to content

Commit

Permalink
fix keywork time (apache#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-kkk committed Aug 19, 2022
1 parent e27379e commit cdee631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression-test/suites/usercases/37Wan/sql/q50.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
with today AS
(
select
game game_code, plat plat_code,`account`,CONCAT_WS('_',pid,gid,account,time) userid,
game game_code, plat plat_code,`account`,CONCAT_WS('_',pid,gid,account,`time`) userid,
`gid` gid_code,`pid` pid_code, dt start_time,'-' region,CONCAT_WS('_',pid,gid,account) userKey
from ods_channelaccount
where game ='mus' and plat ='37wan'
Expand Down
2 changes: 1 addition & 1 deletion regression-test/suites/usercases/HLZD/sql/q09.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SELECT bat.BUSID as busName,
gp.PERIOD as time,
gp.PERIOD as `time`,
IFNULL(bat.MG_SOC,0) as soc
FROM
TI_MG_BATTERYEXTREMUM bat
Expand Down

0 comments on commit cdee631

Please sign in to comment.