lvhao 6 일 전
부모
커밋
6899d330fc
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2069,8 +2069,7 @@ class Whlabel_bh extends Start_Controller {
 					$where_arr['type'] = 2;
 					$cr_tmp_list = $cr_model->where($where_arr)->get()->result_array();
 				}
-				echo "<pre>";
-				print_r($where_arr);
+				var_dump($cr_tmp_list);
 				die;
 				$fids = array_column($cr_tmp_list,'fid');
 				$ids = array_unique($fids);