|
@@ -314,6 +314,9 @@ 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){
|
|
|
|
+ $where['shop_id'] = 3;
|
|
|
|
+ }
|
|
if ($sku_id) {
|
|
if ($sku_id) {
|
|
$where['sku_id'] = $sku_id;
|
|
$where['sku_id'] = $sku_id;
|
|
}
|
|
}
|