lvhao 5 months ago
parent
commit
fc3bf2d4d3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/CoreApp/controllers/Transfer.php

+ 2 - 1
core/CoreApp/controllers/Transfer.php

@@ -2533,7 +2533,8 @@ class Transfer extends Start_Controller {
 			}else{
 				$transfer = $this->transfer->find_all('id not in (8,9,11,12,15,16)');
 				$transfer_ids = array_column($transfer, 'id');
-			    $where .= " and lx in (".$transfer_ids.") ";
+
+			    $where .= " and lx in (".implode(",",$transfer_ids).") ";
 			}
 			
 			$where  .= " and time > '$timetk' and time < '$timetj'";