|
|
@@ -285,7 +285,7 @@ class MtController extends PublicController
|
|
|
$hasGoods->price = $goodsPrice;
|
|
|
$hasGoods->name = $goodsName;
|
|
|
$hasGoods->cover = $cover;
|
|
|
- $hasGoods->shopImg = $shopImg;
|
|
|
+ $hasGoods->shopImg = json_encode($shopImg);
|
|
|
$hasGoods->save();
|
|
|
|
|
|
$transaction->commit();
|