Merge pull request !167 from develop
This commit is contained in:
赵世界 2023-04-26 02:55:28 +00:00 committed by Gitee
commit a475a19655
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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)