瀏覽代碼

版本大修改

cqp 2 月之前
父節點
當前提交
87e806dd97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/DispatchService.php

+ 1 - 1
app/Service/DispatchService.php

@@ -471,7 +471,7 @@ class DispatchService extends Service
         $map = $this->getDispatchQuantity(array_column($data['data'],'id'));
         $emp_map = Employee::whereIn('id',array_column($data['data'],'crt_id'))
             ->pluck('emp_name','id')
-            ->toArray();dd($map);
+            ->toArray();
 
         $tech = Technology::where('id',9)->first();
         $process_id_str = "";