|
|
@@ -120,7 +120,11 @@ class GoodsClass extends BaseClass
|
|
|
$smallName = $item->smallName ?? '';
|
|
|
$unitType = $item->unitType ?? 0;
|
|
|
$unitName = $item->unitName ?? 0;
|
|
|
+ $currentName = $item->name ?? '';
|
|
|
+ $cover = $item->cover ?? '';
|
|
|
$goodsItemData = [
|
|
|
+ 'name' => $currentName,
|
|
|
+ 'cover' => $cover,
|
|
|
'sjId' => $sjId,
|
|
|
'shopId' => $shopId,
|
|
|
'mainId' => $mainId,
|