lvhao 4 months ago
parent
commit
38e01258a4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      core/CoreApp/controllers/Systemfout.php

+ 3 - 1
core/CoreApp/controllers/Systemfout.php

@@ -206,9 +206,11 @@ class Systemfout extends Start_Controller {
 		    $shop_list = $this->shop->find_all();
 			$shop_list = array_column($shop_list,null,'id');
 			$express_list = $this->express->find_all();
-			$express_list = array_column($express_list,'null','id');
+			$express_list = array_column($express_list,null,'id');
 			$warehouse_list = $this->warehouse->find_all();
+			
 			$warehouse_list = array_column($warehouse_list,null,'id');
+	
 
 			$filed = "id,shop,type,orderinfo,number,waybill,express,print,library,librarytime,shipremarks,is_jiaji";