广告位置修改参数判断,拆分
This commit is contained in:
parent
6681297146
commit
4e6034565a
@ -140,7 +140,7 @@ class Location(Resource):
|
||||
self.mydb.update("location", location, condition)
|
||||
locationids = location['id'].replace('[', "").replace(']', "").replace('"', "").split(',')
|
||||
for id in locationids:
|
||||
log.info("reflush locationid={id}")
|
||||
log.info(f"reflush locationid={id}")
|
||||
self.reflush_location(id)
|
||||
return jsonify({'code': 200})
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user