lvhao 5 ماه پیش
والد
کامیت
e0b92f1aa2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      core/CoreApp/controllers/Transfer.php

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

@@ -2531,6 +2531,8 @@ class Transfer extends Start_Controller {
 			if($transfer){
 				$where  .= " and lx = '$transfer'";
 			}else{
+				$transfer = $this->transfer->find_all('id not in (8,9,11,12,15,16)');
+				$transfer_ids = array_column($transfer, 'id');
 			    $where .= " and lx in (".$transfer_ids.") ";
 			}