|
@@ -2532,7 +2532,7 @@ class Transfer extends Start_Controller {
|
|
$where .= " and lx = '$transfer'";
|
|
$where .= " and lx = '$transfer'";
|
|
}else{
|
|
}else{
|
|
|
|
|
|
- $where .= " and lx in (".implode(",",$transfer_ids).") ";
|
|
|
|
|
|
+ $where .= " and lx in (".$transfer_ids.") ";
|
|
}
|
|
}
|
|
|
|
|
|
$where .= " and time > '$timetk' and time < '$timetj'";
|
|
$where .= " and time > '$timetk' and time < '$timetj'";
|