Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1 year ago
by
xiao-hesheng
Browse files
Options
Download
Email Patches
Plain Diff
优化脚本
parent
90d7a5df
master
core_flow
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/db/sql/sql_del_branch_info.py
+1
-1
common/db/sql/sql_del_branch_info.py
with
1 addition
and
1 deletion
+1
-1
common/db/sql/sql_del_branch_info.py
+
1
-
1
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;"
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets