lvhao 1 hari lalu
induk
melakukan
7c833fdd43
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      core/CoreApp/controllers/Zshitj.php

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

@@ -96,8 +96,8 @@ class Zshitj extends Start_Controller
                 $shop_list = $this->shop->find_all("1 = 1","id,shopname");
                 $shop_list = $this->shop->find_all("1 = 1","id,shopname");
                 $shop_list = array_column($shop_list,'shopname','id');
                 $shop_list = array_column($shop_list,'shopname','id');
                 
                 
-                $express_list = $this->express->find_all("1 = 1","id,title");
-                $express_list = array_column($express_list,'title','id');
+                $express_list = $this->express->find_all("1 = 1","id,servicename");
+                $express_list = array_column($express_list,'servicename','id');
 
 
                 $f_list = [];
                 $f_list = [];
                 foreach ($r_list as $key => $value) {
                 foreach ($r_list as $key => $value) {