|
@@ -145,7 +145,7 @@ class GoodsService
|
|
|
// return json_success('暂无数据');
|
|
|
// }
|
|
|
|
|
|
- $goods = Goods::where('goods_classify', 'PACKAGE')
|
|
|
+ $goods = Goods::where('goods_classify', 'SERVICE')
|
|
|
// ->where('goods_name','like',"%".$keywords."%")
|
|
|
->select('goods_id', 'goods_name', 'goods_sales_price')
|
|
|
->get()
|