From d2788b8e1cc611cd3eb45edee412678879683528 Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 16 Sep 2019 14:24:04 +0800 Subject: [PATCH] fix --- ad_tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ad_tasks.py b/ad_tasks.py index d27bcb3..918474c 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -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}'