lvhao 5 月之前
父节点
当前提交
274cdfdab6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'";
 				$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'";