소스 검색

出标日志记录

cqpCow 9 달 전
부모
커밋
139acaad64
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];
     }