添加daily report生成

This commit is contained in:
pengtao 2019-10-22 14:32:13 +08:00
parent 03ffb9443d
commit 4eee7cba58

View File

@ -246,9 +246,7 @@ class Report:
"$part_event"='event_1_4'
and "$part_date"='{self.day}'
and "jump_appid"='{jump_appid}'
and "jump_result"=1
order by
"#server_time" desc limit 10"""
and "jump_result"=1 """
try:
jump_num, jump_pre = self.tga.get_data(jump_sql)[0]