|
@@ -314,9 +314,11 @@ class Info
|
|
{
|
|
{
|
|
$where['shop_id'] = $shop_id;
|
|
$where['shop_id'] = $shop_id;
|
|
$where['goods_id'] = isset($info['goods_id']) ? $info['goods_id'] : $info;
|
|
$where['goods_id'] = isset($info['goods_id']) ? $info['goods_id'] : $info;
|
|
- if($where['goods_id'] && $where['goods_id'] == 10000266){
|
|
|
|
|
|
+ /*
|
|
|
|
+ if($where['goods_id'] && $where['goods_id'] == 10000264){
|
|
$where['shop_id'] = 3;
|
|
$where['shop_id'] = 3;
|
|
}
|
|
}
|
|
|
|
+ */
|
|
if ($sku_id) {
|
|
if ($sku_id) {
|
|
$where['sku_id'] = $sku_id;
|
|
$where['sku_id'] = $sku_id;
|
|
}
|
|
}
|