lvhao 4 달 전
부모
커밋
38e01258a4
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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";