ltv新设备
This commit is contained in:
parent
b30df136f3
commit
094dab1a0b
@ -151,7 +151,7 @@ class XAnalysis:
|
||||
sa.Column('date') <= self.event_view['endTime'].split(' ')[0]
|
||||
]
|
||||
if quota == '#distinct_id':
|
||||
where.append(sa.Column('role_idx') == 1)
|
||||
where.append(sa.Column('is_new_device') == 1)
|
||||
qry = sa.select().where(*where)
|
||||
sql = str(qry.compile(compile_kwargs={"literal_binds": True}))
|
||||
where_str = sql.split('WHERE ')[1]
|
||||
|
Loading…
Reference in New Issue
Block a user