This commit is contained in:
root 2019-09-16 15:16:47 +08:00
parent 0168cd34a1
commit 55a3ab4150
7 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def get_area_by_locationid(ldid):
if data: if data:
for line in data: for line in data:
pdb.set_trace() pdb.set_trace()
area.append(line[0]) area.append(line[0].replace('[','').replace(']','').replace('"',""))
else: else:
log.error(f"get area from location failed!,sql={sql}") log.error(f"get area from location failed!,sql={sql}")
return area return area

Binary file not shown.