|
|
@@ -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) {
|