lvhao пре 13 часа
родитељ
комит
a7fd000be0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      core/CoreApp/controllers/Transfer.php

+ 2 - 2
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 ycrk_type = 0  ";
 			$where .= " and is_over = 0 and orver_flag = ".$orver_flag." ";
             //数据排序
             $order_str = "id desc";
@@ -2084,7 +2084,7 @@ class Transfer extends Start_Controller {
 			header('Location: /');exit;
 		}
 		$where = " orver_flag =  2 and type = 1";
-		$where .= " and ycrk_type != 0  ";
+		$where .= " and ycrk_type = 0  ";
 		
 		if(empty($transfer_id)){
 			$where .= " and lx in (".implode(',',$transfer_ids).")  ";