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

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

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