lvhao 8 hours ago
parent
commit
8c3b9990c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Beihuogl.php

+ 1 - 1
core/CoreApp/controllers/Beihuogl.php

@@ -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'])){