瀏覽代碼

修改代码

fuyu 5 年之前
父節點
當前提交
1076bbe953
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/inter/controller/Reciveremote.php

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

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