|
@@ -500,7 +500,7 @@ public class AdsOrderDetailServiceImpl implements IAdsOrderDetailService {
|
|
back_msg,
|
|
back_msg,
|
|
back_money,
|
|
back_money,
|
|
'byte' as back_table_name
|
|
'byte' as back_table_name
|
|
- FROM dm_ad_byte.t_game_oceanengine_order_log
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_order_log
|
|
UNION ALL
|
|
UNION ALL
|
|
SELECT id,
|
|
SELECT id,
|
|
order_id,
|
|
order_id,
|
|
@@ -526,7 +526,7 @@ public class AdsOrderDetailServiceImpl implements IAdsOrderDetailService {
|
|
back_msg,
|
|
back_msg,
|
|
back_money,
|
|
back_money,
|
|
'oceanengine_app' as back_table_name
|
|
'oceanengine_app' as back_table_name
|
|
- FROM dm_ad_byte.t_game_oceanengine_app_order_log
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_app_order_log
|
|
UNION ALL
|
|
UNION ALL
|
|
SELECT
|
|
SELECT
|
|
id,
|
|
id,
|
|
@@ -576,12 +576,12 @@ public class AdsOrderDetailServiceImpl implements IAdsOrderDetailService {
|
|
SELECT
|
|
SELECT
|
|
order_no as order_id,
|
|
order_no as order_id,
|
|
any_value(back_count) back_count
|
|
any_value(back_count) back_count
|
|
- FROM dm_ad_byte.t_game_oceanengine_app_order_split_log group by order_no
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_app_order_split_log group by order_no
|
|
union all
|
|
union all
|
|
SELECT
|
|
SELECT
|
|
order_no as order_id,
|
|
order_no as order_id,
|
|
any_value(back_count)
|
|
any_value(back_count)
|
|
- FROM dm_ad_byte.t_game_oceanengine_order_split_log group by order_no
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_order_split_log group by order_no
|
|
union all
|
|
union all
|
|
SELECT
|
|
SELECT
|
|
order_no as order_id,
|
|
order_no as order_id,
|
|
@@ -726,7 +726,7 @@ public class AdsOrderDetailServiceImpl implements IAdsOrderDetailService {
|
|
back_msg,
|
|
back_msg,
|
|
back_money,
|
|
back_money,
|
|
'byte' as back_table_name
|
|
'byte' as back_table_name
|
|
- FROM dm_ad_byte.t_game_oceanengine_order_log
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_order_log
|
|
UNION ALL
|
|
UNION ALL
|
|
SELECT
|
|
SELECT
|
|
id,
|
|
id,
|
|
@@ -901,7 +901,7 @@ public class AdsOrderDetailServiceImpl implements IAdsOrderDetailService {
|
|
back_msg,
|
|
back_msg,
|
|
back_money,
|
|
back_money,
|
|
'byte' as back_table_name
|
|
'byte' as back_table_name
|
|
- FROM dm_ad_byte.t_game_oceanengine_order_log
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_order_log
|
|
UNION ALL
|
|
UNION ALL
|
|
SELECT
|
|
SELECT
|
|
id,
|
|
id,
|
|
@@ -928,7 +928,7 @@ public class AdsOrderDetailServiceImpl implements IAdsOrderDetailService {
|
|
back_msg,
|
|
back_msg,
|
|
back_money,
|
|
back_money,
|
|
'oceanengine_app' as back_table_name
|
|
'oceanengine_app' as back_table_name
|
|
- FROM dm_ad_byte.t_game_oceanengine_app_order_log
|
|
|
|
|
|
+ FROM dim_byte_ad.t_game_oceanengine_app_order_log
|
|
UNION ALL
|
|
UNION ALL
|
|
SELECT
|
|
SELECT
|
|
id,
|
|
id,
|