Commit 0c0f0d89 authored by 赵威's avatar 赵威

update days

parent 508f4d79
......@@ -277,7 +277,7 @@ def update_tag3_user_portrait(cl_id):
def consume_kafka():
sql = "select distinct cl_id from kafka_tag3_log where log_time > UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 30 day))"
sql = "select distinct cl_id from kafka_tag3_log where log_time > UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL 60 day))"
db, cursor = get_doris_prod()
cursor.execute(sql)
device_ids_lst = [i[0] for i in cursor.fetchall()]
......
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