Browse Source

no message

duqinya 6 years ago
parent
commit
cd497acbd4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/Http/Controllers/ConfigPickupNodeController.php

+ 0 - 2
app/Http/Controllers/ConfigPickupNodeController.php

@@ -33,8 +33,6 @@ class ConfigPickupNodeController extends BaseController
 
                 $ConfigPickupNode[$k]->receive_type = $v->receive_type == 0 ? '信任交付' : '手动确认接货';
 
-                $ConfigPickupNode[$k]->status = $v->status == 0 ? '禁用' : '启用';
-
                 $ConfigPickupNode[$k]->store_ids = $v->getStoreNameAttribute();//储存方式名称
                 $ConfigPickupNode[$k]->pickup_group_id = $v->getGroupNameAttribute();//自提点分组名称
             }