fix
This commit is contained in:
parent
ae2d68b83a
commit
d2788b8e1c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user