fix
This commit is contained in:
parent
ae2d68b83a
commit
d2788b8e1c
@ -74,8 +74,8 @@ def send_cache_data():
|
||||
where
|
||||
status=1
|
||||
and in_used=1
|
||||
and '{now}'> {BEGIN}
|
||||
and '{now}'<{END};
|
||||
and '{now}'> begin_time
|
||||
and '{now}'<end_time ;
|
||||
"""
|
||||
|
||||
data = mydb.query(get_data_sql)
|
||||
|
Loading…
x
Reference in New Issue
Block a user