|
@@ -2225,7 +2225,7 @@ class Transfer extends Start_Controller {
|
|
{
|
|
{
|
|
$cr .= " and lx = '".$transfer."' ";
|
|
$cr .= " and lx = '".$transfer."' ";
|
|
}else{
|
|
}else{
|
|
- $cr .= " and lx in '(".implode(",",$transfer_ids).")' ";
|
|
|
|
|
|
+ $cr .= " and lx in (".implode(",",$transfer_ids).") ";
|
|
}
|
|
}
|
|
$cr .= " and is_over = 0 ";
|
|
$cr .= " and is_over = 0 ";
|
|
$info_list_cr = $this->systemtransfer_cr->find_all($cr);
|
|
$info_list_cr = $this->systemtransfer_cr->find_all($cr);
|