cqpCow 1 năm trước cách đây
mục cha
commit
333d7d9830
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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];
     }