修复删除描述
This commit is contained in:
parent
92178afd19
commit
122af22e6f
|
|
@ -33,7 +33,7 @@ class ProductService
|
||||||
|
|
||||||
if ($isUpdating) {
|
if ($isUpdating) {
|
||||||
$product->skus()->delete();
|
$product->skus()->delete();
|
||||||
$product->description()->delete();
|
$product->descriptions()->delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
$descriptions = [];
|
$descriptions = [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue