|
@@ -117,7 +117,7 @@
|
|
end
|
|
end
|
|
) eventRegisterCost,
|
|
) eventRegisterCost,
|
|
account_id accountId,
|
|
account_id accountId,
|
|
- (select auth_name from ctop_user_allocation where account_id = = t1.account_id limit 1) accountName,
|
|
|
|
|
|
+ (select auth_name from ctop_user_allocation where account_id = t1.account_id limit 1) accountName,
|
|
sum(event_next_day_stay) eventNextDayStay,
|
|
sum(event_next_day_stay) eventNextDayStay,
|
|
(case
|
|
(case
|
|
when sum(activation) != 0
|
|
when sum(activation) != 0
|
|
@@ -171,7 +171,7 @@
|
|
) eventRegisterCost,
|
|
) eventRegisterCost,
|
|
|
|
|
|
account_id accountId,
|
|
account_id accountId,
|
|
- (select auth_name from ctop_user_allocation where account_id = = t1.account_id limit 1) accountName
|
|
|
|
|
|
+ (select auth_name from ctop_user_allocation where account_id = t1.account_id limit 1) accountName
|
|
from
|
|
from
|
|
ctop_kuaishou_report_hourly_account t1
|
|
ctop_kuaishou_report_hourly_account t1
|
|
where stat_date = #{date}
|
|
where stat_date = #{date}
|
|
@@ -215,7 +215,7 @@
|
|
end
|
|
end
|
|
) eventRegisterCost,
|
|
) eventRegisterCost,
|
|
account_id accountId,
|
|
account_id accountId,
|
|
- (select auth_name from ctop_user_allocation where account_id = = t1.account_id limit 1) accountName,
|
|
|
|
|
|
+ (select auth_name from ctop_user_allocation where account_id = t1.account_id limit 1) accountName,
|
|
sum(event_next_day_stay) eventNextDayStay,
|
|
sum(event_next_day_stay) eventNextDayStay,
|
|
(case
|
|
(case
|
|
when sum(activation) != 0
|
|
when sum(activation) != 0
|