From 09a5dff82f6f9efa7b9ce66ec6d2ea8baeb1fe91 Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 20 Sep 2019 12:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=B1status=3D4=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BAin=5Fused=3D0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ad_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad_tasks.py b/ad_tasks.py index 2d1918d..b9dec15 100644 --- a/ad_tasks.py +++ b/ad_tasks.py @@ -163,7 +163,7 @@ def send_cache_data(): ad where '{now}'> end_time - or status in (3,4) """ + or status in (3,4) or in_used=0 """ remove_data = mydb.query(expire_sql) if remove_data: for line in remove_data: