fuyu 5 rokov pred
rodič
commit
3237dca061

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

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