@@ -89,7 +89,7 @@ func GetProductCommendCountByProductId(productId int64, status, useCache bool) i
return ret
}
- item := new(Product)
+ item := new(ProductCommend)
o := orm.NewOrm()
qs := o.QueryTable(item)