cqpCow 1 жил өмнө
parent
commit
6c1e9c4c8a

+ 1 - 1
app/Service/ConstructionService.php

@@ -1065,7 +1065,7 @@ class ConstructionService extends Service
             $str = "";
             $tmp = $emp_map[$v['employee_id']] ?? [];
             $tmp2 = $emp_message_map[$v['employee_id']] ?? "";
-            $str = $tmp['name'] . " " . $tmp2 . " " . $tmp['mobile'];dump($str);
+            $str = $tmp['name'] . " " . $tmp2 . " " . $tmp['mobile'];
             $oaEmployeeKey[$v['oa_sub_id']][] = [
                 'id' => $v['employee_id'],
                 'emp_name' => $str,