|
|
@@ -223,6 +223,8 @@ class ProductController extends BaseController
|
|
|
$hyPrice = floatval($hyPrice);
|
|
|
|
|
|
$name = $info->name ?? '';
|
|
|
+ $name = preg_replace('/\s{2,}/', ' ', $name ?? '');
|
|
|
+
|
|
|
$ptItemId = $info->itemId ?? 0;
|
|
|
$mainId = $info->mainId ?? 0;
|
|
|
$ext = $this->shopExt;
|