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'";
 			}else{
 			
-			    $where .= " and lx in (".implode(",",$transfer_ids).") ";
+			    $where .= " and lx in (".$transfer_ids.") ";
 			}
 			
 			$where  .= " and time > '$timetk' and time < '$timetj'";