From 4ef22612d22fc635718da1b359fbe2d1865f1689 Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Sun, 4 Feb 2024 16:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/db/sql/sql_del_branch_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/db/sql/sql_del_branch_info.py b/common/db/sql/sql_del_branch_info.py index 54e089cb..b6dbc3f0 100644 --- a/common/db/sql/sql_del_branch_info.py +++ b/common/db/sql/sql_del_branch_info.py @@ -56,7 +56,7 @@ class delData(object): charset="utf8") cursor = connection.cursor() # 删除产品信息修改数据 - sql = " delete from sys_message_type where create_user='UID-050151' and template_type_name='test2';" + sql = "delete from sys_message_type where create_user='UID-050151' and template_type_name='test2';" print(sql) cursor.execute(sql) cursor.execute("commit;") -- GitLab