This commit is contained in:
pengtao 2019-09-16 14:24:04 +08:00
parent ae2d68b83a
commit d2788b8e1c

View File

@ -74,8 +74,8 @@ def send_cache_data():
where where
status=1 status=1
and in_used=1 and in_used=1
and '{now}'> {BEGIN} and '{now}'> begin_time
and '{now}'<{END}; and '{now}'<end_time ;
""" """
data = mydb.query(get_data_sql) data = mydb.query(get_data_sql)