Commit b5867c91 authored by clone's avatar clone

bug

parent 4794593b
...@@ -355,10 +355,9 @@ class OrderLogService ...@@ -355,10 +355,9 @@ class OrderLogService
$item["price_requirement"] = "其他"; $item["price_requirement"] = "其他";
} }
/* $regions = new Regions(); $regions = new Regions();
$cityInfo = $regions->getRegions($item["district"],$item["city"],3); $cityInfo = $regions->getAddressByDiscCode($item["district"]);
dump($cityInfo);exit;*/ $item["area_detail"] = $cityInfo;
return $item; return $item;
} }
......
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