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
d50ddf30
Commit
d50ddf30
authored
1 year ago
by
xiao-hesheng
Browse files
Options
Download
Email Patches
Plain Diff
脚本优化
parent
715f5c0d
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
+2
-2
common/db/sql/sql_del_branch_info.py
with
2 additions
and
2 deletions
+2
-2
common/db/sql/sql_del_branch_info.py
+
2
-
2
View file @
d50ddf30
...
...
@@ -38,7 +38,7 @@ class delData(object):
print
(
sql
)
cursor
.
execute
(
sql
)
cursor
.
execute
(
"commit;"
)
print
(
'
院区参数
信息已经删除成功 '
)
print
(
'
系统配置
信息已经删除成功 '
)
cursor
.
close
()
def
Delete_sysrAtomDet
(
self
):
connection
=
pymysql
.
connect
(
host
=
"10.17.65.108"
,
user
=
"root"
,
password
=
"Cmic.2023"
,
database
=
"spd3_herp_test2"
,
...
...
@@ -49,7 +49,7 @@ class delData(object):
print
(
sql
)
cursor
.
execute
(
sql
)
cursor
.
execute
(
"commit;"
)
print
(
'
院区参数
信息已经删除成功 '
)
print
(
'
编码规则
信息已经删除成功 '
)
cursor
.
close
()
def
Delete_sys_message_template
(
self
):
connection
=
pymysql
.
connect
(
host
=
"10.17.65.108"
,
user
=
"root"
,
password
=
"Cmic.2023"
,
database
=
"spd3_herp_test2"
,
...
...
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