商品评论

feat/task1-c-wallet
gongfuxiang 2019-05-13 23:55:24 +08:00
parent ed941686f2
commit e705524779
1 changed files with 0 additions and 1 deletions

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