lvhao 6 månader sedan
förälder
incheckning
17d2da5091
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      core/CoreApp/controllers/Whlabeltransport.php

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

@@ -553,7 +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'].'"');
 				// $warehouse = $this->warehouse->read($v['warehouse']);
 				// $v['warehouse'] = $warehouse['title'];
 				// $v['enter'] = date('Y-m-d H:i:s',$v['enter']);
@@ -568,6 +568,7 @@ class Whlabeltransport extends Start_Controller {
 					$c = $this->whlabel->find_count('state = 0 and warehouse = "'.$v['warehouse'].'" and features = "'.$v['features'].'"');
 					$zh[$v['features']]['features'] = $c;
 				}
+				//$zh[$v['features']]['features'] = $c;
 				
 		    }