作者 lyh

变更数据

@@ -61,11 +61,11 @@ class GeoLogic extends BaseLogic @@ -61,11 +61,11 @@ class GeoLogic extends BaseLogic
61 } 61 }
62 //负责人集合 62 //负责人集合
63 $geo_manage_list = $geoConfModel->geoManage(); 63 $geo_manage_list = $geoConfModel->geoManage();
64 - // geo配置管理员,已经移除管理员列表,补充管理员信息  
65 - if ($geo_conf && isset($geo_conf['manager_id']) && empty($geo_manage_list[$geo_conf['manager_id']])) {  
66 - $manage = ManageHr::where(['id' => $geo_conf['manager_id']])->pluck('name', 'id')->toArray();  
67 - $geo_manage_list = array_merge($geo_manage_list, $manage);  
68 - } 64 +// // geo配置管理员,已经移除管理员列表,补充管理员信息
  65 +// if ($geo_conf && isset($geo_conf['manager_id']) && empty($geo_manage_list[$geo_conf['manager_id']])) {
  66 +// $manage = ManageHr::where(['id' => $geo_conf['manager_id']])->pluck('name', 'id')->toArray();
  67 +// $geo_manage_list = array_merge($geo_manage_list, $manage);
  68 +// }
69 $result = [ 69 $result = [
70 'project_geo_conf' => $project_geo_conf, 70 'project_geo_conf' => $project_geo_conf,
71 'geo_conf' => $geo_conf, 71 'geo_conf' => $geo_conf,