商品管理
This commit is contained in:
parent
545fff234b
commit
70b820e011
|
|
@ -26,6 +26,7 @@ class ProductService
|
|||
try {
|
||||
DB::beginTransaction();
|
||||
|
||||
$data['variables'] = json_decode($data['variables']);
|
||||
$product->fill($data);
|
||||
$product->save();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue