Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
4ef22612
Commit
4ef22612
authored
Feb 04, 2024
by
xiao-hesheng
Browse files
优化脚本
parent
90d7a5df
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/db/sql/sql_del_branch_info.py
View file @
4ef22612
...
...
@@ -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;"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment