fuyu 6 rokov pred
rodič
commit
f0c731d391

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

@@ -245,7 +245,8 @@ class Reciveremote extends Base
                                 break;
                             }
                             $queryWhere.= " and `e`.`exam_class` in ?";
-                            $options[] = implode(',', $v);;
+                            $options[] = $v;
+                            var_dump($v);
                             break;
                         case 'name':
                             $queryWhere.= " and `pi`.`name` like ?";