feat: 修改GoodsLists.php,添加根据商品名称或分类查询功能
This commit is contained in:
parent
3b5901c998
commit
a5861b0aaa
@ -34,7 +34,7 @@ class GoodsLists extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
if($name && preg_match('/[\x{4e00}-\x{9fff}]+/u', $name)==1){
|
if($name && preg_match('/[\x{4e00}-\x{9fff}]+/u', $name)==1){
|
||||||
$where['%like%']=['name'];
|
$where['%like%']=['name'];
|
||||||
}else{
|
}else{
|
||||||
$where['=']=['code'];
|
$where['=']=['code','class'];
|
||||||
}
|
}
|
||||||
return $where;
|
return $where;
|
||||||
}
|
}
|
||||||
@ -85,6 +85,7 @@ class GoodsLists extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
}else{
|
}else{
|
||||||
$where[]=['class','=',$class_all];
|
$where[]=['class','=',$class_all];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if(!empty($order_param)){
|
if(!empty($order_param)){
|
||||||
if($order_param == 'asc'){
|
if($order_param == 'asc'){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user