diff --git a/application/service/GoodsCommentsService.php b/application/service/GoodsCommentsService.php index 8929287f24fbf7f584fdce2e8ccadbcf11187f9d..4d749e3f9d9d3e0b324565096b0f5ca908ce8137 100644 --- a/application/service/GoodsCommentsService.php +++ b/application/service/GoodsCommentsService.php @@ -166,7 +166,6 @@ class GoodsCommentsService } else { $v['user'] = $user; } - // 订单规格 $spec = Db::name('OrderDetail')->where(['order_id'=>$v['order_id'], 'goods_id'=>$v['goods_id']])->value('spec');