...
|
...
|
@@ -240,7 +240,7 @@ class Goods extends Frontend |
|
|
}
|
|
|
$data = $goodsModel
|
|
|
->alias('g')
|
|
|
->field('g.*,t.name as goodstype_name,s.lng,s.lat,s.name as store_name,s.phone.store_phone,s.address as store_address,s.property,s.type,s.content as store_content,s.thumbnail as store_thumbnail,s.money as store_money')
|
|
|
->field('g.*,t.name as goodstype_name,s.lng,s.lat,s.name as store_name,s.phone as store_phone,s.address as store_address,s.property,s.type,s.content as store_content,s.thumbnail as store_thumbnail,s.money as store_money')
|
|
|
->join('sto_goodstype t','t.id = g.goodstype_id')
|
|
|
->join('sto_store s','s.id = g.store_id')
|
|
|
->where($where)
|
...
|
...
|
|