合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !3197
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -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, |
-
请 注册 或 登录 后发表评论