|
|
@@ -1944,7 +1944,7 @@ class Beihuogl extends Start_Controller {
|
|
|
if(!empty($v['kw'])){
|
|
|
$list[$k]['kw'] = $v['kw'];
|
|
|
}else{
|
|
|
- if(!empty($list[$k]['sku'])){
|
|
|
+ if(!empty($list[$k]['sku']) && $list[$k]['warehouse'] != 12){
|
|
|
$whlabel_info = $this->whlabel->find(" warehouse = '13' and (sku = '".$list[$k]['sku']."') and ( details != '' and details IS NOT NULL )","*","id desc");
|
|
|
if(!empty($whlabel_info)){
|
|
|
if(!empty($whlabel_info['details'])){
|