Commit b5867c91 authored by clone's avatar clone

bug

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