Commit 02773287 by larosa

add prod

parent 3b87e05b
Showing with 1 additions and 1 deletions
......@@ -67,7 +67,7 @@ def main():
def modify_apply_id_map():
"""将map转字符串"""
conf = config_dev
conf = config_prod
db = pymysql.connect(host=conf["mysql"]["host"], port=conf["mysql"]["port"], user=conf["mysql"]["user"], password=conf["mysql"]["password"], database=conf["mysql"]["database"])
cursor = db.cursor()
select_sql = "select id, apply_id from lie_shop_push_sku_log where apply_id != ''"
......
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 sign in to comment