|
@@ -1175,12 +1175,12 @@ class GoodsService
|
|
|
|
|
|
}
|
|
|
if (!empty($params['goods_json']) && $params['join_goods_category_id'] == 65) {
|
|
|
-
|
|
|
+ $goodsJson = json_decode($params['goods_json'], true);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ $model->goods_json = json_encode($goodsJson);
|
|
|
} elseif (!empty($params['goods_json']) && $params['join_goods_category_id'] == 43) {
|
|
|
$goodsJson = json_decode($params['goods_json'], true);
|
|
|
$newGoodsJson = [];
|