/// <summary> /// 根据商品id查询该商品的评价 /// </summary> /// <param name="goodsid">商品id</param> /// <returns></returns> public static List <CommentTable> SelectGoodsComment(int goodsid) { return(CommentDal.SelectGoodsComment(goodsid)); }