作者 jiawen
1 个管道 的构建 通过 耗费 0 秒

产品筛选

... ... @@ -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 = [];
... ...