|
@@ -1534,7 +1534,7 @@ class GoodsService
|
|
|
if (!empty($params['appointment_label'])) {
|
|
|
$attributeJson['label'] = $params['appointment_label'];
|
|
|
}
|
|
|
- if (!empty($params['address'])) {
|
|
|
+ if (!empty($params['address']) && !empty($params['position'])) {
|
|
|
$attributeJson['address'] = $params['address'];
|
|
|
$attributeJson['position'] = $params['position'];
|
|
|
}
|