Ver Fonte

版本大修改

cqp há 2 meses atrás
pai
commit
87e806dd97
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = "";