Browse Source

小高薪

cqp 2 tháng trước cách đây
mục cha
commit
cb2cdbfe69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];
     }