|
@@ -18,7 +18,7 @@ class Sales extends Core
|
|
}
|
|
}
|
|
$this->info['mobile'] = \Dever\Helper\Str::hide($this->info['mobile']);
|
|
$this->info['mobile'] = \Dever\Helper\Str::hide($this->info['mobile']);
|
|
if (!$this->info['info']) {
|
|
if (!$this->info['info']) {
|
|
- $this->info['info'] = $this->place->info;
|
|
|
|
|
|
+ $this->info['info'] = $this->place->info['info'];
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|