mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
商品评论
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user