正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -240,7 +240,7 @@ class Goods extends Frontend | @@ -240,7 +240,7 @@ class Goods extends Frontend | ||
240 | } | 240 | } |
241 | $data = $goodsModel | 241 | $data = $goodsModel |
242 | ->alias('g') | 242 | ->alias('g') |
243 | - ->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') | 243 | + ->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') |
244 | ->join('sto_goodstype t','t.id = g.goodstype_id') | 244 | ->join('sto_goodstype t','t.id = g.goodstype_id') |
245 | ->join('sto_store s','s.id = g.store_id') | 245 | ->join('sto_store s','s.id = g.store_id') |
246 | ->where($where) | 246 | ->where($where) |
-
请 注册 或 登录 后发表评论