lvhao пре 1 дан
родитељ
комит
7c833fdd43
1 измењених фајлова са 2 додато и 2 уклоњено
  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 = 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 = [];
                 foreach ($r_list as $key => $value) {