fuyu 5 лет назад
Родитель
Сommit
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 ?";