소스 검색

no message

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

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

@@ -2533,6 +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');
+				var_dump(implode(",",$transfer_ids));
+				die;
 
 			    $where .= " and lx in (".implode(",",$transfer_ids).") ";
 			}