Explorar el Código

出标日志记录

cqpCow hace 9 meses
padre
commit
139acaad64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];
     }