卖量数据fix 字段

This commit is contained in:
pengtao 2019-10-28 11:30:14 +08:00
parent f98ea0a492
commit 5815400602

View File

@ -359,7 +359,7 @@ class Report:
def get_ss_output_fromappid(self, args):
output_fromappids = list()
if args['gameid'] not in self.not_minigames:
sql = f"""select distinct from_appid FROM
sql = f"""select distinct jump_appid FROM
v_event_{args['suffix']}
where
"$part_event"='event_1_4'