lvhao 6 дней назад
Родитель
Сommit
65c8f1b973
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      core/CoreApp/controllers/Whlabel_bh.php

+ 1 - 5
core/CoreApp/controllers/Whlabel_bh.php

@@ -2071,12 +2071,8 @@ class Whlabel_bh extends Start_Controller {
 				}
 				$fids = array_column($cr_tmp_list,'fid');
 				$ids = array_unique($fids);
-				echo "<pre>";
-				print_r($fids);
-				print_r($ids);
-				die;
 				if(empty($ids)){
-					$where  = " id  = 1 ";
+					
 				}else{
 					$where  .= " and id in (".implode(",",$ids).")";
 				}