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 ?";