feat : rank
This commit is contained in:
@@ -109,6 +109,7 @@ class SkuService extends BaseService
|
||||
|
||||
$insertModel->spu_id = $spuId;
|
||||
$insertModel->title = $spuInfo->title.$this->request->input('title');
|
||||
$insertModel->sub_title = $this->request->input('sub_title');
|
||||
$insertModel->price = $this->request->input('price');
|
||||
$insertModel->chef_id = $this->request->input('chef_id');
|
||||
$insertModel->image_ids = $imageIds;
|
||||
@@ -193,6 +194,7 @@ class SkuService extends BaseService
|
||||
$skuInfo->image_ids = $requestOssIds;
|
||||
}
|
||||
$skuInfo->chef_id = $this->request->input('chef_id');
|
||||
$skuInfo->sub_title = $this->request->input('sub_title');
|
||||
$skuInfo->param = $this->request->input('param','');
|
||||
$skuInfo->extra = $this->request->input('extra','');
|
||||
$skuInfo->total_stock = $this->request->input('stock');
|
||||
|
||||
Reference in New Issue
Block a user