Commit f0b5b9e9 authored by 张彦钊's avatar 张彦钊

修改ctr文件中的数据库

parent e4bdd8b7
...@@ -9,7 +9,7 @@ def get_tail8(): ...@@ -9,7 +9,7 @@ def get_tail8():
where stat_date='{}' \ where stat_date='{}' \
and cid_type='{}' \ and cid_type='{}' \
and device_id regexp '8$';".format(stat_date,cid_type) and device_id regexp '8$';".format(stat_date,cid_type)
db = pymysql.connect(host='10.66.157.22', port=4000, user='root', passwd='3SYz54LS9#^9sBvC', db='jerry_test') db = pymysql.connect(host='10.66.157.22', port=4000, user='root', passwd='3SYz54LS9#^9sBvC', db='jerry_prod')
cursor = db.cursor() cursor = db.cursor()
print("开始获取") print("开始获取")
cursor.execute(sql) cursor.execute(sql)
......
Markdown is supported
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