Browse Source

修改代码

fuyu 5 years ago
parent
commit
f0c731d391
1 changed files with 2 additions and 1 deletions
  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 ?";