lvhao 3 days ago
parent
commit
1c66a9158f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/CoreApp/controllers/Warehouse.php

+ 2 - 2
core/CoreApp/controllers/Warehouse.php

@@ -685,12 +685,12 @@ class Warehouse extends Start_Controller {
             					}
 								$gpp = str_replace('-1323-','-2167-',$newcp);
 									$ccxh = $this->whlabel->find_count("state = '0' and features = '$gpp' and warehouse = '".$v['id']."' and zd = '' and (shop IS NULL or shop = '' or shop like '%,".$shop.",%')");//通用
-									var_dump($ccxh);
-									die;
+									
 									if($ccxh >= $num[1])
 				                	{
 				        	        	$hdtx .= $v['title'].' - 5*7有货;';
 							    	}
+									$hdtx .= $v['title'].' - 5*7有货;';
 								
 							}