|
@@ -159,6 +159,10 @@ class GetKennelDetailWorkCommand extends CConsoleCommand {
|
|
|
$cityinfo['area'] = $info->district;
|
|
|
|
|
|
}
|
|
|
+ } else {
|
|
|
+ $cityinfo['province'] = '';
|
|
|
+ $cityinfo['city'] = '';
|
|
|
+ $cityinfo['area'] = '';
|
|
|
}
|
|
|
|
|
|
$tmp['region']['province'] = $cityinfo['province'];
|