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