|
@@ -567,6 +567,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
|
*/
|
|
|
public function selectWebsiteArea(array $data): array
|
|
|
{
|
|
|
+
|
|
|
// return Result::success($data);
|
|
|
$pid = $data['pid'] ?? 0;
|
|
|
$result = District::where('pid',$pid)->where('status',1)->orderBy('code')->get();
|
|
@@ -575,6 +576,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
|
}else{
|
|
|
return Result::success($result);
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/**
|