cqpCow 1 년 전
부모
커밋
333d7d9830
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Service/ProductService.php

+ 0 - 1
app/Service/ProductService.php

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