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
d50ddf30
Commit
d50ddf30
authored
Feb 23, 2024
by
xiao-hesheng
Browse files
脚本优化
parent
715f5c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/db/sql/sql_del_branch_info.py
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"
,
...
...
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