lvhao 20 часов назад
Родитель
Сommit
813b260509
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Whlabel.php

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

@@ -1113,7 +1113,7 @@ class Whlabel extends Start_Controller
 				
 				$rows[$key]['cs'] =  $u9_info['jm'];
 				if(empty($value['details'])){
-					$sd = $this->whlabel->find_all($where . ' and sku = "' . $value['sku'] . '" and warehouse = "' . $value['warehouse'] . '" and features = "' . $value['features'] . '"', 'details,cpid,cpbz,state');
+					$sd = $this->whlabel->find_all($where . ' and sku = "' . $value['sku'] . '" and warehouse = "' . $value['warehouse'] . '" and features = "' . $value['features'] . '" and details = ""', 'details,cpid,cpbz,state');
 				}else{
 					$sd = $this->whlabel->find_all($where . ' and sku = "' . $value['sku'] . '" and warehouse = "' . $value['warehouse'] . '" and features = "' . $value['features'] . '"  and details = "' . $value['details'] . '"', 'details,cpid,cpbz,state');
 				}