|
@@ -2067,8 +2067,6 @@ class Whlabel_bh extends Start_Controller {
|
|
|
$cr_tmp_list = $cr_model->where($where_arr)->get()->result_array();
|
|
$cr_tmp_list = $cr_model->where($where_arr)->get()->result_array();
|
|
|
}else{
|
|
}else{
|
|
|
$where_arr['type'] = 2;
|
|
$where_arr['type'] = 2;
|
|
|
- var_dump($where_arr);
|
|
|
|
|
- die;
|
|
|
|
|
$cr_tmp_list = $cr_model->where($where_arr)->get()->result_array();
|
|
$cr_tmp_list = $cr_model->where($where_arr)->get()->result_array();
|
|
|
}
|
|
}
|
|
|
$fids = array_column($cr_tmp_list,'fid');
|
|
$fids = array_column($cr_tmp_list,'fid');
|