浏览代码

修改代码

fuyu 5 年之前
父节点
当前提交
f0c731d391
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 ?";