cqpCow 1 年之前
父節點
當前提交
6c1e9c4c8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,