diff --git a/app/common/model/Goods.php b/app/common/model/Goods.php index ab33f43c..c58317cf 100644 --- a/app/common/model/Goods.php +++ b/app/common/model/Goods.php @@ -343,6 +343,7 @@ class Goods extends BaseModel $a = 1; } + // 商品名称 if(count($params['keywords']) > 0 ) { $filter[] = ['goods_name', 'like', "%{$params['keywords']}%"]; }