提货点列表新增详细地址
This commit is contained in:
parent
6c71eb8c11
commit
08ea8309b4
@ -53,7 +53,7 @@ class MerchantLists extends BaseAdminDataLists implements ListsSearchInterface
|
||||
) ASC ");
|
||||
}
|
||||
return Merchant::where($this->searchWhere)
|
||||
->field('mer_id,mer_name,long,lat,service_phone')
|
||||
->field('mer_id,mer_name,long,lat,service_phone,mer_address')
|
||||
->limit($this->limitOffset, $this->limitLength)
|
||||
->order($order)
|
||||
->select()
|
||||
|
Loading…
x
Reference in New Issue
Block a user