fuyu 6 rokov pred
rodič
commit
34aed93a6d

+ 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 ?";