fuyu 6 gadi atpakaļ
vecāks
revīzija
f0c731d391
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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 ?";