cqpCow 1 year ago
parent
commit
6c1e9c4c8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/ConstructionService.php

+ 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,