鲜花2.0-文案调整

This commit is contained in:
杨建炊 2024-08-24 15:27:44 +08:00
parent d8f181a033
commit d0d10604d5

View File

@ -202,7 +202,7 @@ class GoodsSkusController extends Controller
$goodService = new GoodService();
$goods = $goodService->saveDefaultGoodsByGoodType($request->goods['type_id']);
$skuInfo['goods_id'] = $goods->id;
$skuInfo['name'] =$goods->title. $request->sku['title'];
$skuInfo['name'] =$goods->title." ". $request->sku['title'];
$sku->update($skuInfo);
$this->setAfterUpdateForLog($sku->toArray());
$this->addLog($id, 'update');