Przeglądaj źródła

get product commend list

abiao 4 lat temu
rodzic
commit
c4f755e77e

+ 1 - 1
go/gopath/src/fohow.com/apps/models/product_model/product_commend.go

@@ -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)