fuyu hace 5 años
padre
commit
1076bbe953
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ?";