Ver Fonte

出标日志记录

cqpCow há 9 meses atrás
pai
commit
139acaad64
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Service/EmployeeService.php

+ 1 - 1
app/Service/EmployeeService.php

@@ -480,7 +480,7 @@ class EmployeeService extends Service
         if(! empty($data['data'])) $model->where('data','LIKE', '%'.$data['data'].'%');
 
         $list = $this->limit($model,'',$data);
-        $list = $this->fillData($list,$data);
+        $list = $this->fillData($list);
 
         return [true, $list];
     }