thinkphp子查询

直接上代码php $product_info = M('product_info as info'); $productinfo = $product_info->join('left join c_price_comment as comment on info.sku=comment.sku')->where($where)->order('info.create_time desc')->f
相关文章
相关标签/搜索