Commit 3522320d authored by lixiaofang's avatar lixiaofang

add

parent 0293e077
......@@ -121,7 +121,7 @@ def auto_click(pk_list):
cursor.execute(
"SELECT id,user_id FROM topic WHERE id in " + str( # and create_time LIKE '%%%%%s%%%%'% yes_time_str
tuple(
pk_list)) + " and user_id in (select user_id from user_extra where is_shadow = 0)")
pk_list)) + " and user_id in (select user_id from user_extra where is_shadow = 1)")
data = cursor.fetchall()
topic_id_list = list(data)
logging.info("Database version : %s " % topic_id_list)
......
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