From e70552477987bd1eddb796f7ade5e90bc396f4fb Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Mon, 13 May 2019 23:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/GoodsCommentsService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/service/GoodsCommentsService.php b/application/service/GoodsCommentsService.php index 8929287f2..4d749e3f9 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'); -- GitLab