@@ -1561,6 +1561,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
goodsSpecAttributeRelationService.saveBatch(newRelationList);
}
+ log.info("商品复制完成");
redisCache.deleteObject(key);
}catch (Exception e){