cqp hace 2 meses
padre
commit
cb2cdbfe69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Service/DeviceWorkService.php

+ 1 - 1
app/Service/DeviceWorkService.php

@@ -202,7 +202,7 @@ class DeviceWorkService extends Service
     public function monthlyDwOrderList($data,$user){
         $model = $this->monthlyDwOrderCommon($data, $user);
         $list = $this->limit($model,'',$data);
-        $list = $this->fillData($list);
+        $list = $this->fillData($list, $user);
 
         return [true, $list];
     }