|
@@ -64,7 +64,7 @@ class searchControl extends mobileHomeControl
|
|
|
// // 添加3个状态字段
|
|
|
// $fieldstr .= ',is_virtual,is_presell,is_fcode,have_gift';
|
|
|
|
|
|
- $fieldstr = 'goods_id,goods_commonid,store_id,brand_id,gc_id,goods_name,goods_price,goods_marketprice,goods_promotion_price,';
|
|
|
+ $fieldstr = 'goods_id,goods_commonid,store_id,brand_id,gc_id,goods_name,goods_price,goods_marketprice,goods_promotion_price,goods_jingle';
|
|
|
$fieldstr .= 'goods_image,goods_salenum,evaluation_good_star,evaluation_count,goods_storage,goods_storage_alarm,is_virtual,is_presell,is_fcode,have_gift,goods_mobile_name';
|
|
|
|
|
|
//排序方式
|