Commit c150da0e authored by luhongguang's avatar luhongguang

Merge branch 'goods_init'

parents 8d09fdc0 d38a65f0
......@@ -1480,7 +1480,9 @@ class GoodsService
}
$ids = GoodsSkuPicRecord::select("id", ["goods_sku_id" => $goodsSkuId]);
if (!empty($ids)) {
GoodsSkuPicRecord::delete(["id" => $ids]);
}
$urlList = array_unique(array_merge($descPicUrl, $introducePicUrl));
$data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment