|
|
@@ -33,6 +33,7 @@ class ModifyController extends BaseController
|
|
|
$returnId = $info->id ?? 0;
|
|
|
foreach ($arr as $it) {
|
|
|
$name = $it['name'] ?? '';
|
|
|
+ $cover = $it['cover'] ?? '';
|
|
|
$productId = $it['id'] ?? 0;
|
|
|
$skPrice = $it['skPrice'] ?? 0;
|
|
|
$hjPrice = $it['skPrice'] ?? 0;
|
|
|
@@ -44,6 +45,7 @@ class ModifyController extends BaseController
|
|
|
'skPrice' => $skPrice,
|
|
|
'price' => $price,
|
|
|
'hjPrice' => $hjPrice,
|
|
|
+ 'cover' => $cover,
|
|
|
];
|
|
|
ModifyItemClass::add($currentData, true);
|
|
|
}
|