lvhao 6 months ago
parent
commit
900fcc1389
1 changed files with 1 additions and 2 deletions
  1. 1 2
      core/CoreApp/controllers/Whlabeltransport.php

+ 1 - 2
core/CoreApp/controllers/Whlabeltransport.php

@@ -553,8 +553,7 @@ class Whlabeltransport extends Start_Controller {
 
 			foreach ($final_list as $v) 
 		    {
-				//$c = $this->whlabel->find_count('state = 0 and warehouse = "'.$v['warehouse'].'" and features = "'.$v['features'].'"');
-				$c = 0;
+				$c = $this->whlabel->find_count('state = 0 and warehouse = "'.$v['warehouse'].'" and features = "'.$v['features'].'"');
 				// $warehouse = $this->warehouse->read($v['warehouse']);
 				// $v['warehouse'] = $warehouse['title'];
 				// $v['enter'] = date('Y-m-d H:i:s',$v['enter']);