fuyu 6 лет назад
Родитель
Сommit
34aed93a6d
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      application/inter/controller/Reciveremote.php

+ 4 - 2
application/inter/controller/Reciveremote.php

@@ -244,9 +244,11 @@ class Reciveremote extends Base
                             if(empty($v)){
                                 break;
                             }
-                            $queryWhere.= " and `e`.`exam_class` in ?";
+                            $queryWhere.= " and `e`.`exam_class` in (?)";
+                            // $ex = implode('\',\'',$v);
+                            // $where .= " and e.exam_class in ('".$ex."')";
                             $options[] = $v;
-                            var_dump($v);
+                            // var_dump($v);
                             break;
                         case 'name':
                             $queryWhere.= " and `pi`.`name` like ?";