소스 검색

修改代码

fuyu 6 년 전
부모
커밋
8619616951
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;
                                 break;
                             }
                             }
                             $queryWhere.= " and `e`.`exam_class` in ?";
                             $queryWhere.= " and `e`.`exam_class` in ?";
-                            $options[] = implode('\',\'',$v);;
+                            $options[] = implode(',', $v);;
                             break;
                             break;
                         case 'name':
                         case 'name':
                             $queryWhere.= " and `pi`.`name` like ?";
                             $queryWhere.= " and `pi`.`name` like ?";