多显示商品单位
This commit is contained in:
parent
bcbc75d865
commit
f3d7d5d79c
@ -82,7 +82,7 @@ class Merchant extends BaseModel
|
||||
{
|
||||
$list = Product::where('mer_id', $this['mer_id'])
|
||||
->where((new ProductDao())->productShow())
|
||||
->field('mer_id,product_id,store_name,image,price,is_show,status,is_gift_bag,is_good,cate_id')
|
||||
->field('mer_id,product_id,store_name,image,price,is_show,status,is_gift_bag,is_good,cate_id,unit_name')
|
||||
->order('sort DESC, create_time DESC')
|
||||
->limit(3)
|
||||
->select()->append(['show_svip_info']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user