|
@@ -244,9 +244,11 @@ class Reciveremote extends Base
|
|
|
if(empty($v)){
|
|
|
break;
|
|
|
}
|
|
|
- $queryWhere.= " and `e`.`exam_class` in ?";
|
|
|
+ $queryWhere.= " and `e`.`exam_class` in (?)";
|
|
|
+ // $ex = implode('\',\'',$v);
|
|
|
+ // $where .= " and e.exam_class in ('".$ex."')";
|
|
|
$options[] = $v;
|
|
|
- var_dump($v);
|
|
|
+ // var_dump($v);
|
|
|
break;
|
|
|
case 'name':
|
|
|
$queryWhere.= " and `pi`.`name` like ?";
|