Commit a246bcb0 authored by litaolemo's avatar litaolemo

update

parent d1542f41
...@@ -178,7 +178,7 @@ sql_search_ctr = r""" ...@@ -178,7 +178,7 @@ sql_search_ctr = r"""
transaction_type, transaction_type,
card_id, card_id,
app_session_id app_session_id
)a on t1.device_id = a.cl_id group by a.cl_id,a.card_id,a.transaction_type )a on t1.device_id = a.cl_id group by a.device_id
""".format(today_str='20200926') """.format(today_str='20200926')
print(sql_search_ctr) print(sql_search_ctr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment