摘要: select m.*, p.specification, p.sales_price, p.promotion_price from product_detail p left join PRODUCT_IMAGE m on m.head_id = p.id and image_type = 1 a 阅读全文
posted @ 2016-09-21 13:31 Season2009 阅读(464) 评论(0) 推荐(0)