商品评论

This commit is contained in:
gongfuxiang
2019-05-13 23:55:24 +08:00
parent ed941686f2
commit e705524779

View File

@ -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');