@@ -539,7 +539,7 @@ class ConstructionService extends Service
//所属部门 以及 顶级部门
if(empty($data['depart_id'])) {
- $data['depart_id'] = $this->getDepazrt($user);
+ $data['depart_id'] = $this->getDepart($user);
$data['top_depart_id'] = $user['depart_map'][$data['depart_id']] ?? 0;
}