cqp 5 цаг өмнө
parent
commit
d847d68fdb

+ 0 - 2
app/Service/ItemService.php

@@ -3492,8 +3492,6 @@ class ItemService extends Service
         }
 
         $share_array = $share->toArray();
-        $emp = (new EmployeeService())->getEmployeeMap([$share_array['user_id']]);
-        $share_array['user_title'] = $emp[$share_array['user_id']] ?? "";
         list($status, $msg) = $this->itemNodeMissionDetail(['id' => $share_array['item_node_mission_id']], ['top_depart_id' => $share_array['top_depart_id']]);
         if(! $status) return [false, $msg];
         $share_array['item_node_mission_data'] = $msg;