Browse Source

修改代码

fuyu 5 năm trước cách đây
mục cha
commit
3237dca061
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      application/inter/controller/Reciveremote.php

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

@@ -245,9 +245,9 @@ class Reciveremote extends Base
                                 break;
                             }
                             $queryWhere.= " and `e`.`exam_class` in (?)";
-                            // $ex = implode('\',\'',$v);
+                            $ex = implode('\',\'',$v);
                             // $where .= " and e.exam_class in ('".$ex."')";
-                            $options[] = $v;
+                            $options[] = "'".$ex."'";
                             // var_dump($v);
                             break;
                         case 'name':