info key刷新时间调整
This commit is contained in:
parent
2b5aff14a8
commit
0402eb67d0
@ -28,7 +28,6 @@ class RelushADinfo(Resource):
|
|||||||
|
|
||||||
def get(self):
|
def get(self):
|
||||||
locationid = self.args['locationid']
|
locationid = self.args['locationid']
|
||||||
pdb.set_trace()
|
|
||||||
if locationid:
|
if locationid:
|
||||||
need_change_keys = set()
|
need_change_keys = set()
|
||||||
key_word = f"ad::*_{locationid}*::*::{locationid}"
|
key_word = f"ad::*_{locationid}*::*::{locationid}"
|
||||||
@ -94,6 +93,7 @@ class RelushADinfo(Resource):
|
|||||||
|
|
||||||
|
|
||||||
data = self.mydb.query(sql)
|
data = self.mydb.query(sql)
|
||||||
|
pdb.set_trace()
|
||||||
if data:
|
if data:
|
||||||
try:
|
try:
|
||||||
line = data[0]
|
line = data[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user