fuyu 5 år sedan
förälder
incheckning
f0c731d391
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      application/inter/controller/Reciveremote.php

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