lvhao 10 giờ trước cách đây
mục cha
commit
6fff18c5bb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/CoreApp/controllers/Transfer.php

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

@@ -1940,6 +1940,7 @@ 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." ";