|
...
|
...
|
@@ -29,6 +29,7 @@ class ProductController extends BaseController |
|
|
|
|
|
|
|
public function index(Product $product)
|
|
|
|
{
|
|
|
|
$this->order = 'sort';
|
|
|
|
if(isset($this->map['title']) && !empty($this->map['title'])){
|
|
|
|
$this->map['title'] = ['like','%'.$this->map['title'].'%'];
|
|
|
|
}
|
...
|
...
|
|