lvhao před 15 hodinami
rodič
revize
af22d96849
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      core/CoreApp/controllers/Transfer.php

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

@@ -2644,7 +2644,7 @@ class Transfer extends Start_Controller {
 			$transfer_list = $this->transfer->find_all();
 			$t = $transfer_list = array_column($transfer_list, 'title', 'id');
 			$where = 'extra_status in (1,2) ';
-			$where .=" and ycrk_type != 0 ";
+			$where .=" and ycrk_type = 0 ";
             //数据排序
             $order_str = "id desc";
             if(empty($page))
@@ -2777,7 +2777,7 @@ class Transfer extends Start_Controller {
 		$transfer_list = $this->transfer->find_all();
 		$t = $transfer_list = array_column($transfer_list, 'title', 'id');
 		$where = 'extra_status in (1,2) ';
-		$where .=" and ycrk_type != 0 ";
+		$where .=" and ycrk_type = 0 ";
 		//数据排序
 		$order_str = "id desc";