From ff7f1c6c07309975e73ebfd9dc08460bbe9a193a Mon Sep 17 00:00:00 2001 From: rogersun Date: Fri, 10 Jul 2026 14:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=9B=AE=E6=A0=87=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=97=B6=E5=A2=9E=E5=8A=A0=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=98=AF=E5=90=A6=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E5=BA=93=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/git_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/utils/git_util.py b/update/utils/git_util.py index 0a014ab..d7d1b44 100644 --- a/update/utils/git_util.py +++ b/update/utils/git_util.py @@ -185,7 +185,7 @@ class GitUtil: # 写入cine.sql def handle_create_cine(self): # 如果生成了新的文件则写库,如果sql没有变化则跳过 - if self.create_cine_sql() and self.template_db_exist(): + if self.create_cine_sql() or self.template_db_exist(): self.write_cine_sql_by_mysql() return '成功'