lvhao 10 horas atrás
pai
commit
65f1b41f99
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/CoreApp/controllers/Transfer.php

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

@@ -1940,7 +1940,6 @@ class Transfer extends Start_Controller {
 
 			$transfer_list = $this->transfer->find_all();
 			$t = $transfer_list = array_column($transfer_list, 'title', 'id');
-			$t[0] = "";
 			$where = 'type = 1 ';
 			
 			$where .= " and is_over = 0 and orver_flag = ".$orver_flag." ";
@@ -1963,6 +1962,7 @@ class Transfer extends Start_Controller {
 			}
 			
 			$where  .= " and time > '$timetk' and time < '$timetj'";
+			$where  .= " and ycrk_type = 0 ";
 			
 			$list = $this->systemtransfer_cr->find_all($where,'*',$order_str,$start,$perpage);