Commit d543b0fb authored by 宋柯's avatar 宋柯

降配

parent 2828a4aa
......@@ -32,7 +32,7 @@ import datetime
def get_all_tag():
res_dict = {}
sql = "select name from api_tag where is_online = 1 and tag_type = 3"
sql = "select name from api_sub_tag where is_online = 1 and tag_type = 3"
db = pymysql.connect(host='172.16.30.141', port=3306, user='zhengxing', passwd='ZX0*n4vgtdN%t1VE',
db='zhengxing')
cursor = db.cursor()
......
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