def __init__(self):
# load(sys)
self.conn = pymysql.connect(host="127.0.0.1",
user="orange",
password="@orangeLIU3226677zc",
port=3306,
db='customs_data',
charset='utf8')
self.conn.set_charset("utf8")