lvhao 6 달 전
부모
커밋
939fa83876
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Transfer.php

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

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