Commit 4ef22612 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent 90d7a5df
......@@ -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;")
......
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