lvhao há 13 horas atrás
pai
commit
9da7c50ed0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      core/CoreApp/controllers/Transfer.php

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

@@ -1952,7 +1952,7 @@ class Transfer extends Start_Controller {
 			$transfer_list = $this->transfer->find_all();
 			$t = $transfer_list = array_column($transfer_list, 'title', 'id');
 			$where = 'type = 1 ';
-			
+			$where .= " and ycrk_type != 0  ";
 			$where .= " and is_over = 0 and orver_flag = ".$orver_flag." ";
             //数据排序
             $order_str = "id desc";
@@ -2084,6 +2084,7 @@ class Transfer extends Start_Controller {
 			header('Location: /');exit;
 		}
 		$where = " orver_flag =  2 and type = 1";
+		$where .= " and ycrk_type != 0  ";
 		
 		if(empty($transfer_id)){
 			$where .= " and lx in (".implode(',',$transfer_ids).")  ";