feat: #10000 更新
This commit is contained in:
parent
add09acaa4
commit
de54c870d2
@ -6,7 +6,7 @@ class GoodsSkuFilter extends Filters
|
|||||||
{
|
{
|
||||||
protected function skuTitle($value)
|
protected function skuTitle($value)
|
||||||
{
|
{
|
||||||
return $this->builder->where('title', $value);
|
return $this->builder->where('title', 'like', '%' . $value . '%');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function status($value)
|
protected function status($value)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user