From 75910a8aa5c6fb8f4c36b2b89140f7358978ee3e Mon Sep 17 00:00:00 2001 From: rogersun Date: Mon, 13 Jul 2026 15:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BD=B1=E9=99=A2=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E9=9A=94=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/views.py b/ai/views.py index bbe4aab..a344de3 100644 --- a/ai/views.py +++ b/ai/views.py @@ -66,7 +66,7 @@ def report(request): if (not last_real_data) or (force == '1'): get_cinema_show_result_func(zz_code, show_date) - if test is None: + if test is None or test == '': last_ai_data = AiShow.objects.filter(Q(is_ai_show=True) & Q(is_manual_test=False) & Q(zz_code=zz_code) &