Commit d50ddf30 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

脚本优化

parent 715f5c0d
......@@ -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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment