Commit 1e7e4fbb by zhaihuitao

update

parent 7365210a
......@@ -13,6 +13,8 @@ sql = "select num_click from tkio_rpt_source_analysis_day where appid ='b563860e
"dt=curdate(); "
mysqlCon = MysqlCon(host=host, username=username, password=password, db=db)
r = mysqlCon.get_one(sql=sql)
print(r)
\ No newline at end of file
# mysqlCon = MysqlCon(host=host, username=username, password=password, db=db)
# r = mysqlCon.get_one(sql=sql)
# print(r)
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