...
|
...
|
@@ -20,7 +20,7 @@ class ProductController extends AdminBaseController |
|
|
$where ='';
|
|
|
$type = '';
|
|
|
if (!empty($request['type'])) {
|
|
|
$where['p.type'] = intval($request['type']);
|
|
|
$where['p.type'] = $request['type'];
|
|
|
$type =$request['type'];
|
|
|
}
|
|
|
$keywordComplex = [];
|
...
|
...
|
|