feat: #10000 更新

This commit is contained in:
赵世界 2023-04-26 10:54:50 +08:00
parent add09acaa4
commit de54c870d2

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)